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

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

Inheritance diagram for DittoSDK.DittoUpdateResult.Popped:
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...
 
object Value [get]
 Gets the value that was popped from the array in the document. More...
 

Detailed Description

An update result when a Pop operation was performed.

Property Documentation

◆ DocumentId

DittoDocumentID DittoSDK.DittoUpdateResult.Popped.DocumentId
get

Gets the ID of the document that was updated.

◆ Path

string DittoSDK.DittoUpdateResult.Popped.Path
get

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

◆ Value

object DittoSDK.DittoUpdateResult.Popped.Value
get

Gets the value that was popped from the array in the document.