AzureStorageBlobsSettings 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.
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". |