Azure / Azure/azure-documentdb-java
Option to remove _rid and other underscore fields from Document.toString
Open
backlog
- Dominant language
- Java
- Stars
- 51
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
If I want to query the objects that I stored into DocumentDB, and simply return the JSON back, bunch of internal fields would get returned if I simply return Document.toString for each returned document. Would be nice to have an option to not include them into String serialization.
Contributor guide
Assessment
This issue has not been assessed yet.