Couchbase C++ SDK 1.2.0 (rev. c2439a4)
Loading...
Searching...
No Matches
mutate_in_options::built Struct Reference

Immutable value object representing consistent options. More...

#include <couchbase/mutate_in_options.hxx>

Inheritance diagram for mutate_in_options::built:
Inheritance graph

Public Attributes

const std::uint32_t expiry
const bool preserve_expiry
const couchbase::store_semantics store_semantics
const couchbase::cas cas
const bool access_deleted
const bool create_as_deleted
Public Attributes inherited from common_durability_options< derived_class >::built
const couchbase::durability_level durability_level
const couchbase::persist_to persist_to
const couchbase::replicate_to replicate_to
Public Attributes inherited from common_options< derived_class >::built
const std::optional< std::chrono::milliseconds > timeout
const std::shared_ptr< couchbase::retry_strategyretry_strategy
const std::shared_ptr< tracing::request_spanparent_span

Detailed Description

Immutable value object representing consistent options.

Since
1.0.0
Internal
Internal interface

Member Data Documentation

◆ access_deleted

const bool access_deleted

◆ cas

◆ create_as_deleted

const bool create_as_deleted

◆ expiry

const std::uint32_t expiry

◆ preserve_expiry

const bool preserve_expiry

◆ store_semantics


The documentation for this struct was generated from the following file: