DittoSharp  0.1.0-alpha3
Static Public Member Functions | Properties | List of all members
DittoSharp.DittoDocument Class Reference

A document in a DittoCollection. More...

Static Public Member Functions

static List< DittoDocumentFromArrayOfDocPtrs (IntPtr docPtrsArray, int count)
 

Properties

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]
 

Detailed Description

A document in a DittoCollection.

Property Documentation

◆ 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>.