Document
The Document
is a small piece of a Document entity. Each document has a tuple where the key is the document name, and the value is the information itself as Value
.
The document might an another document inside, the subdocument concept.
The way to storage information in subdocuments will also depend on each driver's implementation.
To access the information from Document
it has an alias method to Value
, in other words, it does a conversion directly from Document
interface.
Last updated