Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
#include <couchbase/get_all_buckets_options.hxx>
Classes | |
struct | built |
Public Member Functions | |
auto | build () const -> built |
Public Member Functions inherited from common_options< get_all_buckets_options > | |
auto | timeout (const std::chrono::milliseconds timeout) -> get_all_buckets_options & |
Specifies a custom per-operation timeout. | |
auto | retry_strategy (const std::shared_ptr< retry_strategy > strategy) -> get_all_buckets_options & |
Specifies a custom couchbase::retry_strategy for this operation. | |
Additional Inherited Members | |
Protected Member Functions inherited from common_options< get_all_buckets_options > | |
auto | build_common_options () const -> built |
auto | self () -> get_all_buckets_options & |
Allows to return the right options builder instance for child implementations. | |
|
inlinenodiscard |