A document in a DittoCollection.
More...
|
static List< DittoDocument > | FromArrayOfDocPtrs (IntPtr docPtrsArray, int count) |
|
|
string | Id [get] |
| Gets the unique identifier for this document. This is the primary key. More...
|
|
Dictionary< string, object > | Value [get] |
| Gets the value as a Dictionary<string,object> . More...
|
|
DittoDocumentPath | this[string path] [get] |
|
A document in a DittoCollection.
◆ Id
string DittoSharp.DittoDocument.Id |
|
get |
Gets the unique identifier for this document. This is the primary key.
◆ Value
Dictionary<string, object> DittoSharp.DittoDocument.Value |
|
get |
Gets the value as a Dictionary<string,object>
.