Ditto 1.1.3
Public Attributes | List of all members
ditto::UpdateResultPushed Struct Reference

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

#include <UpdateResult.hpp>

Inheritance diagram for ditto::UpdateResultPushed:
ditto::UpdateResult

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::Pushed.

Member Data Documentation

◆ value

nlohmann::json ditto::UpdateResultPushed::value

The value that was pushed on to the array.