Skip to content

AzureTableStorageOptions

class

Namespace: Orleans.Configuration

Configuration for AzureTableGrainStorage
public class AzureTableStorageOptions : AzureStorageOperationOptions, IStorageProviderSerializerOptions

Constructors

Properties

  • DeleteStateOnClear Indicates if grain data should be deleted or reset to defaults when a grain clears it's state.
  • GrainStorageSerializer Gets or sets the serializer to use for this storage provider.
  • InitStage Stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.
  • TableName Table name where grain stage is stored
  • UseStringFormat Indicates if grain data should be stored in string or in binary format.

Fields