31 [[nodiscard]] virtual auto
identifier() const -> std::
string = 0;
32 [[nodiscard]] virtual auto
idempotent() const ->
bool = 0;
Definition retry_request.hxx:28
virtual auto idempotent() const -> bool=0
virtual auto retry_reasons() const -> std::set< retry_reason >=0
virtual auto identifier() const -> std::string=0
virtual auto retry_attempts() const -> std::size_t=0
virtual void record_retry_attempt(retry_reason reason)=0
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28
retry_reason
Enumeration of possible retry reasons for operations.
Definition retry_reason.hxx:28