Share via


AzureDataTablesSettings Class

Definition

Provides the client configuration settings for connecting to Azure Tables.

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

Constructors

AzureDataTablesSettings()

Properties

ConnectionString

Gets or sets the connection string used to connect to the table service account.

Credential

Gets or sets the credential used to authenticate to the Azure Tables.

DisableHealthChecks

Gets or sets a boolean value that indicates whether the 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 table service account. This is likely to be similar to "https://{account_name}.table.core.windows.net/" or "https://{account_name}.table.cosmos.azure.com/".

Applies to