Skip to content

AzureBlobLeaseProviderOptions

class

Namespace: Orleans.Configuration

Options for configuring a lease provider backed by Azure Blob Storage leases.
public class AzureBlobLeaseProviderOptions

Constructors

Properties

  • BlobContainerName Gets or sets the name of the Azure Blob container used to store lease blobs.
  • BlobServiceClient Gets or sets the client used to access the Azure Blob Service.
  • ClientOptions Options to be used when configuring the blob storage client, or null to use the default options.

Methods

Fields