Skip to content

TransactionalStorageLoadResponse<TState> Properties

Represents the authoritative transactional state loaded from durable storage.

CommittedSequenceId

getset
View source
[Orleans.Id(2)]
public long CommittedSequenceId
The local sequence id of the last committed transaction, or zero if none

ETag

getset
View source
[Orleans.Id(0)]
public string? ETag
Gets or sets the storage version identifier.

Metadata

getset
View source
[Orleans.Id(3)]
public TransactionalStateMetaData Metadata
Additional state maintained by the transaction algorithm, such as commit records

PendingStates

getset
View source
[Orleans.Id(4)]
public IReadOnlyList<PendingTransactionState<TState>> PendingStates
List of pending states, ordered by sequence id