# AzureBlobLeaseProviderOptions Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.configuration.azureblobleaseprovideroptions/)

## BlobContainerName {#blobcontainername-210e27c9}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.configuration.azureblobleaseprovideroptions/properties/blobcontainername-210e27c9/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Options/AzureBlobLeaseProviderOptions.cs)

```csharp
public string BlobContainerName
```

## BlobServiceClient {#blobserviceclient-7a6a3e9d}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.configuration.azureblobleaseprovideroptions/properties/blobserviceclient-7a6a3e9d/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Options/AzureBlobLeaseProviderOptions.cs)

```csharp
public BlobServiceClient BlobServiceClient
```

Gets or sets the client used to access the Azure Blob Service.

## ClientOptions {#clientoptions-9de1a6f8}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.configuration.azureblobleaseprovideroptions/properties/clientoptions-9de1a6f8/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Options/AzureBlobLeaseProviderOptions.cs)

```csharp
[System.Obsolete(Set the BlobServiceClient property directly.)]
public BlobClientOptions ClientOptions
```

Options to be used when configuring the blob storage client, or `null` to use the default options.
