Share via


AzureBlobStorageContainerSettings Class

Definition

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

public sealed class AzureBlobStorageContainerSettings : Aspire.Azure.Storage.Blobs.AzureStorageBlobsSettings
type AzureBlobStorageContainerSettings = class
    inherit AzureStorageBlobsSettings
Public NotInheritable Class AzureBlobStorageContainerSettings
Inherits AzureStorageBlobsSettings
Inheritance
AzureBlobStorageContainerSettings

Constructors

AzureBlobStorageContainerSettings()

Properties

BlobContainerName

Gets or sets the name of the blob container.

ConnectionString

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

(Inherited from AzureStorageBlobsSettings)
Credential

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

(Inherited from AzureStorageBlobsSettings)
DisableHealthChecks

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

(Inherited from AzureStorageBlobsSettings)
DisableTracing

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

(Inherited from AzureStorageBlobsSettings)
ServiceUri

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

(Inherited from AzureStorageBlobsSettings)

Applies to