DittoSharp  0.4.0-alpha3
Properties | List of all members
DittoSharp.DittoWriteTransactionResult.Evicted Class Reference

Represents a write transaction result when a document has been evicted. More...

Inheritance diagram for DittoSharp.DittoWriteTransactionResult.Evicted:
DittoSharp.DittoWriteTransactionResult

Properties

string DocumentId [get]
 Gets the ID of the document that was inserted. More...
 
string CollectionName [get]
 Gets the name of the collection that the document was inserted into. More...
 

Detailed Description

Represents a write transaction result when a document has been evicted.

Property Documentation

◆ CollectionName

string DittoSharp.DittoWriteTransactionResult.Evicted.CollectionName
get

Gets the name of the collection that the document was inserted into.

◆ DocumentId

string DittoSharp.DittoWriteTransactionResult.Evicted.DocumentId
get

Gets the ID of the document that was inserted.