DittoSharp  0.4.0-alpha3
Properties | List of all members
DittoSharp.DittoUpdateResult.Pushed Class Reference

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

Inheritance diagram for DittoSharp.DittoUpdateResult.Pushed:
DittoSharp.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...
 
object Value [get]
 Gets the value that was pushed on to the array in the document. More...
 

Detailed Description

An update result when a Push operation was performed.

Property Documentation

◆ DocumentId

string DittoSharp.DittoUpdateResult.Pushed.DocumentId
get

Gets the ID of the document that was updated.

◆ Path

string DittoSharp.DittoUpdateResult.Pushed.Path
get

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

◆ Value

object DittoSharp.DittoUpdateResult.Pushed.Value
get

Gets the value that was pushed on to the array in the document.