Skip to content

AzureBlobStorageOptions

class

Namespace: Orleans.Configuration

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
public class AzureBlobStorageOptions : IStorageProviderSerializerOptions

Constructors

Properties

  • BlobServiceClient Gets or sets the client used to access the Azure Blob Service.
  • BuildContainerFactory A function for building container factory instances
  • ClientOptions Options to be used when configuring the blob storage client, or null to use the default options.
  • ContainerName Container name where grain stage is stored
  • DeleteStateOnClear Gets or sets a value indicating whether to delete the state when IGrainStorage is called. Defaults to true.
  • 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.

Methods

Fields