Skip to content

AzureBlobStorageOptions Properties

Configures the Azure Blob grain storage provider.

BlobServiceClient

getset
View source
public BlobServiceClient? BlobServiceClient
Gets or sets the client used to access the Azure Blob Service.

BuildContainerFactory

getset
View source
public Func<IServiceProvider, AzureBlobStorageOptions, IBlobContainerFactory> BuildContainerFactory
A function for building container factory instances

ClientOptions

getset
View source
public BlobClientOptions? ClientOptions
Options to be used when configuring the blob storage client, or null to use the default options.

InitStage

getset
View source
public int InitStage
Stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.