53 if (
result.mutation_token().has_value()) {
54 tokens_.push_back(
result.mutation_token().value());
72 std::vector<mutation_token> tokens_{ 0 };
Represents result of mutation operations.
Definition mutation_result.hxx:35
Aggregation of one or more mutation_tokens for specifying consistency requirements of N1QL or FTS que...
Definition mutation_state.hxx:35
auto tokens() const -> const std::vector< mutation_token > &
List of the mutation tokens.
Definition mutation_state.hxx:66
void add(const mutation_result &result)
Copies mutation token from the given mutation result.
Definition mutation_state.hxx:51
Value object to contain partition details and sequence number.
Definition mutation_token.hxx:32
Base class for operations of data service.
Definition result.hxx:32
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28