Ditto 4.14.6
Loading...
Searching...
No Matches
Public Attributes | List of all members
ditto::UpdateResultSet Struct Reference

An update result when the update result's type is UpdateResultType::Set. More...

Inheritance diagram for ditto::UpdateResultSet:
Inheritance graph
[legend]
Collaboration diagram for ditto::UpdateResultSet:
Collaboration graph
[legend]

Public Attributes

nlohmann::json value
 
- Public Attributes inherited from ditto::UpdateResult
DocumentId document_id
 
std::string path
 
UpdateResultType type
 

Detailed Description

An update result when the update result's type is UpdateResultType::Set.

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

Member Data Documentation

◆ value

nlohmann::json ditto::UpdateResultSet::value

The value that was set.