Ditto  1.0.11
Properties | List of all members
DittoSDK.DittoUpdateResult.Removed Class Reference

An update result when a Remove operation was performed. More...

Inheritance diagram for DittoSDK.DittoUpdateResult.Removed:
DittoSDK.DittoUpdateResult

Properties

DittoDocumentID DocumentId [get]
 Gets the ID of the document that was updated. More...
 
string Path [get]
 Gets the path to the key in the document that was updated. More...
 

Detailed Description

An update result when a Remove operation was performed.

Property Documentation

◆ DocumentId

DittoDocumentID DittoSDK.DittoUpdateResult.Removed.DocumentId
get

Gets the ID of the document that was updated.

◆ Path

string DittoSDK.DittoUpdateResult.Removed.Path
get

Gets the path to the key in the document that was updated.