class tensorstore.KvStore.ReadResult

Specifies the result of a read operation.

Constructors

ReadResult(...)

Constructs a read result.

Public members

state : 'unspecified' | 'missing' | 'value'

Indicates the interpretation of value.

value : bytes

Value associated with the key.

stamp : KvStore.TimestampedStorageGeneration

Generation and timestamp associated with the value.