Ditto  1.0.13
Properties | List of all members
DittoSDK.DittoUpdateResult.Incremented Class Reference

An update result when an Increment operation was performed. More...

Inheritance diagram for DittoSDK.DittoUpdateResult.Incremented:
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...
 
double Amount [get]
 Gets the value that was incremented by. More...
 

Detailed Description

An update result when an Increment operation was performed.

Property Documentation

◆ Amount

double DittoSDK.DittoUpdateResult.Incremented.Amount
get

Gets the value that was incremented by.

◆ DocumentId

DittoDocumentID DittoSDK.DittoUpdateResult.Incremented.DocumentId
get

Gets the ID of the document that was updated.

◆ Path

string DittoSDK.DittoUpdateResult.Incremented.Path
get

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