class tensorstore.KvStore.ReadResult

Specifies the result of a read operation.

Constructors

ReadResult(...)

Constructs a read result.

Public members

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

Indicates the interpretation of value.

property value : bytes

Value associated with the key.

property stamp : KvStore.TimestampedStorageGeneration

Generation and timestamp associated with the value.