Share via


AzureStorageBlobsSettings Class

Definition

Provides the client configuration settings for connecting to Azure Blob Storage.

public sealed class AzureStorageBlobsSettings
type AzureStorageBlobsSettings = class
Public NotInheritable Class AzureStorageBlobsSettings
Inheritance
AzureStorageBlobsSettings

Constructors

AzureStorageBlobsSettings()

Properties

ConnectionString

Gets or sets the connection string used to connect to the blob service.

Credential

Gets or sets the credential used to authenticate to the Blob Storage.

DisableHealthChecks

Gets or sets a boolean value that indicates whether the Blob Storage health check is disabled or not.

DisableTracing

Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.

ServiceUri

A Uri referencing the blob service. This is likely to be similar to "https://{account_name}.blob.core.windows.net".

Applies to