Ditto 4.7.2-rc.1
|
A document in a DittoCollection. More...
Properties | |
DittoDocumentId | Id [get] |
Gets the unique identifier for this document. This is the primary key. | |
Dictionary< string, object > | Value [get] |
Gets the value as a Dictionary<string, object> . | |
DittoDocumentPath | this[string key] [get] |
Used to specify a path to a key in the document that you can subscript further to access a nested key in the document. | |
A document in a DittoCollection.
|
get |
Used to specify a path to a key in the document that you can subscript further to access a nested key in the document.
key | The initial part of the path needed to get to the key in the document you wish to get the value of. |