AzureDataTablesSettings
Class sealed net10.0
Provides the client configuration settings for connecting to Azure Tables.
namespace Aspire.Azure.Data.Tables;
public sealed class AzureDataTablesSettings : Aspire.Azure.Common.IConnectionStringSettings{ // ...} IConnectionStringSettings
6 members
Constructors1
Section titled ConstructorsProperties5
Section titled PropertiesConnectionStringget; setstring? Gets or sets the connection string used to connect to the table service account.
Credentialget; setTokenCredential? Gets or sets the credential used to authenticate to the Azure Tables.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
ServiceUriget; setUri? 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/".