CosmosGrainStorage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class CosmosGrainStorage : Orleans.ILifecycleParticipant<Orleans.Runtime.ISiloLifecycle>, Orleans.Storage.IGrainStorage
type CosmosGrainStorage = class
interface IGrainStorage
interface ILifecycleParticipant<ISiloLifecycle>
Public Class CosmosGrainStorage
Implements IGrainStorage, ILifecycleParticipant(Of ISiloLifecycle)
- Inheritance
-
CosmosGrainStorage
- Implements
Constructors
CosmosGrainStorage(String, CosmosGrainStorageOptions, ILoggerFactory, IServiceProvider, IOptions<ClusterOptions>, IPartitionKeyProvider) |
Methods
ClearStateAsync<T>(String, GrainId, IGrainState<T>) | |
Participate(ISiloLifecycle) | |
ReadStateAsync<T>(String, GrainId, IGrainState<T>) | |
WriteStateAsync<T>(String, GrainId, IGrainState<T>) |