#include "tensorstore/kvstore/spec.h"
struct tensorstore::kvstore::SpecConvertOptions
   
 : public DriverSpecOptions;

Options that may be specified for modifying an existing Spec.

Refer to the documentation of Spec::Set for details.

Data members

ContextBindingMode context_binding_mode =
   
 ContextBindingMode::unspecified;

Specifies the context binding mode.

Context context;

Specifies the context to bind.

static constexpr bool IsOption<T> = DriverSpecOptions::IsOption<T>;

Indicates which option types are supported.