- class tensorstore.KvStore.TimestampedStorageGeneration
Specifies a storage generation identifier and a timestamp.
Constructors¶
-
TimestampedStorageGeneration(generation: str =
''
, ...) Constructs from a storage generation and time.
Accessors¶
- generation : bytes
Identifies a specific version of a key-value store entry.
- time : float
Time (seconds since Unix epoch) at which
generation
is valid.
Comparison operators¶
- __eq__(other: KvStore.TimestampedStorageGeneration) bool
Compares two timestamped storage generations for equality.
-
TimestampedStorageGeneration(generation: str =