Skip to content

AzureBlobStorageOptions Properties

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.

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.