Ditto  1.0.13
Properties | List of all members
DittoSDK.DittoWriteTransactionResult.Inserted Class Reference

Represents a write transaction result when a document has been inserted. More...

Inheritance diagram for DittoSDK.DittoWriteTransactionResult.Inserted:
DittoSDK.DittoWriteTransactionResult

Properties

DittoDocumentID DocumentId [get]
 Gets the ID of the document that was inserted. More...
 
string CollectionName [get]
 Gets the name of the collection that the document was inserted into. More...
 

Detailed Description

Represents a write transaction result when a document has been inserted.

Property Documentation

◆ CollectionName

string DittoSDK.DittoWriteTransactionResult.Inserted.CollectionName
get

Gets the name of the collection that the document was inserted into.

◆ DocumentId

DittoDocumentID DittoSDK.DittoWriteTransactionResult.Inserted.DocumentId
get

Gets the ID of the document that was inserted.