DittoSyncKit  1.0.0-alpha1
Properties | List of all members
Ditto.SyncKit.DittoWriteTransactionResult.Updated Class Reference

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

Inheritance diagram for Ditto.SyncKit.DittoWriteTransactionResult.Updated:
Ditto.SyncKit.DittoWriteTransactionResult

Properties

string 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 updated.

Property Documentation

◆ CollectionName

string Ditto.SyncKit.DittoWriteTransactionResult.Updated.CollectionName
get

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

◆ DocumentId

string Ditto.SyncKit.DittoWriteTransactionResult.Updated.DocumentId
get

Gets the ID of the document that was inserted.