AzureTableTransactionalStateStorage<TState>
class
Namespace: Orleans.Transactions.AzureStorage
Provides Azure Table Storage-backed transactional state storage.
public class AzureTableTransactionalStateStorage<TState> : ITransactionalStateStorage<TState> where TState : class, new()Constructors
AzureTableTransactionalStateStorage<TState>(TableClient, string, JsonSerializerSettings, ILogger<AzureTableTransactionalStateStorage<TState>>)Initializes a new instance of theOrleans.Transactions.AzureStorage.AzureTableTransactionalStateStorageclass.
Methods
LoadLoads the authoritative transactional state from durable storage.Store(string?, TransactionalStateMetaData, List<PendingTransactionState<TState>>, long?, long?)Stores transactional state changes.
