Ditto 4.14.6
Loading...
Searching...
No Matches
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:
Inheritance graph
[legend]
Collaboration diagram for ditto::UpdateResult:
Collaboration graph
[legend]

Public Attributes

DocumentId document_id
 
std::string path
 
UpdateResultType type
 

Detailed Description

Provides information about a successful update operation on a document.

Deprecated:
Use DQL (Ditto Query Language) instead. For more information see: https://ditto.com/link/legacy-to-dql-guide

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.