Ditto  1.0.9
Public Attributes | List of all members
ditto::UpdateResult Struct Reference

Provides information about a successful update operation on a document. More...

Inheritance diagram for ditto::UpdateResult:
ditto::UpdateResultIncremented ditto::UpdateResultInserted ditto::UpdateResultPopped ditto::UpdateResultPushed ditto::UpdateResultRemoved ditto::UpdateResultReplacedWithCounter ditto::UpdateResultSet

Public Attributes

DocumentId document_id
 
std::string path
 
UpdateResultType type
 

Detailed Description

Provides information about a successful update operation on a document.

Member Data Documentation

◆ document_id

DocumentId ditto::UpdateResult::document_id

The ID of the document that the update result applies to.

◆ path

std::string ditto::UpdateResult::path

The path representation of the key in the document that the update result applies to.

◆ type

UpdateResultType ditto::UpdateResult::type

The type of update result.