AzureTableGrainStorage 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 for writing grain state data to Azure table storage.
public class AzureTableGrainStorage : Orleans.ILifecycleParticipant<Orleans.Runtime.ISiloLifecycle>, Orleans.Storage.IGrainStorage, Orleans.Storage.IRestExceptionDecoder
type AzureTableGrainStorage = class
interface IGrainStorage
interface IRestExceptionDecoder
interface ILifecycleParticipant<ISiloLifecycle>
Public Class AzureTableGrainStorage
Implements IGrainStorage, ILifecycleParticipant(Of ISiloLifecycle), IRestExceptionDecoder
- Inheritance
-
AzureTableGrainStorage
- 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. |
DecodeException(Exception, HttpStatusCode, String, Boolean) |
Decodes Storage exceptions. |
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. |