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

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

Inheritance diagram for ditto::UpdateResultInserted:
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::Inserted.

Member Data Documentation

◆ value

nlohmann::json ditto::UpdateResultInserted::value

The value that was inserted into the array.