AzureBlobGrainStorage 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.
Simple storage provider for writing grain state data to Azure blob storage in JSON format.
public class AzureBlobGrainStorage : Orleans.ILifecycleParticipant<Orleans.Runtime.ISiloLifecycle>, Orleans.Storage.IGrainStorage
type AzureBlobGrainStorage = class
interface IGrainStorage
interface ILifecycleParticipant<ISiloLifecycle>
Public Class AzureBlobGrainStorage
Implements IGrainStorage, ILifecycleParticipant(Of ISiloLifecycle)
- Inheritance
-
AzureBlobGrainStorage
- Implements
Constructors
Methods
ClearStateAsync(String, GrainReference, IGrainState) |
Clear / Delete state data function for this storage provider. |
ClearStateAsync<T>(String, GrainId, IGrainState<T>) |
Clear / Delete state data function for this storage provider. |
Participate(ISiloLifecycle) | |
ReadStateAsync(String, GrainReference, IGrainState) |
Read state data function for this storage provider. |
ReadStateAsync<T>(String, GrainId, IGrainState<T>) |
Read state data function for this storage provider. |
WriteStateAsync(String, GrainReference, IGrainState) |
Write state data function for this storage provider. |
WriteStateAsync<T>(String, GrainId, IGrainState<T>) |
Write state data function for this storage provider. |