DittoSyncKit  1.0.0-alpha1
Properties | List of all members
Ditto.SyncKit.DittoUpdateResult.Incremented Class Reference

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

Inheritance diagram for Ditto.SyncKit.DittoUpdateResult.Incremented:
Ditto.SyncKit.DittoUpdateResult

Properties

string 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 Ditto.SyncKit.DittoUpdateResult.Incremented.Amount
get

Gets the value that was incremented by.

◆ DocumentId

string Ditto.SyncKit.DittoUpdateResult.Incremented.DocumentId
get

Gets the ID of the document that was updated.

◆ Path

string Ditto.SyncKit.DittoUpdateResult.Incremented.Path
get

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