#include "tensorstore/context.h"
enum class tensorstore::ContextBindingState;

Indicates the binding state of context resources within a Spec-like type, such as tensorstore::Spec and tensorstore::kvstore::Spec.

enumerator unbound;

All resources are unbound.

enumerator unknown;

Binding state is unknown, some resources may be bound and some may be unbound.

enumerator bound;

All resources are bound.