IStorage
interface
Namespace: Orleans.Core
Provides method for operating on grain storage.
public interface IStorageProperties
EtagGets the ETag.RecordExistsGets a value indicating whether the record already exists.
Methods
ClearStateAsyncClears the grain state.ClearStateAsync(CancellationToken)Clears the grain state.ReadStateAsyncReads grain state from storage.ReadStateAsync(CancellationToken)Reads grain state from storage.WriteStateAsyncWrites grain state to storage.WriteStateAsync(CancellationToken)Writes grain state to storage.
