#include "tensorstore/staleness_bound.h"
enum tensorstore::RecheckCacheOption::Flags;

Specifies the kind of time bound.

enumerator kUnspecified;

No bound has been specified.

enumerator kSpecified;

Data must not be older than the specified time.

enumerator kAtOpen;

Data must not be older than the time at which the Spec is opened.