32 template<
typename ParseContext>
33 constexpr auto parse(ParseContext& ctx)
38 template<
typename FormatContext>
41 return format_to(ctx.out(),
Value object to contain partition details and sequence number.
Definition mutation_token.hxx:32
auto bucket_name() const -> std::string
Name of the bucket.
Definition mutation_token.hxx:107
auto sequence_number() const -> std::uint64_t
Sequence number associated with the document.
Definition mutation_token.hxx:81
auto partition_id() const -> std::uint16_t
ID of partition (also known as vBucket).
Definition mutation_token.hxx:94
auto partition_uuid() const -> std::uint64_t
UUID of partition.
Definition mutation_token.hxx:68
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28