AzureBlobStorageContainerSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |