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

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

Inheritance diagram for Ditto.SyncKit.DittoUpdateResult.Inserted:
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...
 
object Value [get]
 Gets the value that was inserted into the array in the document. More...
 

Detailed Description

An update result when an Insert operation was performed.

Property Documentation

◆ DocumentId

string Ditto.SyncKit.DittoUpdateResult.Inserted.DocumentId
get

Gets the ID of the document that was updated.

◆ Path

string Ditto.SyncKit.DittoUpdateResult.Inserted.Path
get

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

◆ Value

object Ditto.SyncKit.DittoUpdateResult.Inserted.Value
get

Gets the value that was inserted into the array in the document.