AzureDataTablesSettings.ServiceUri Property

Definition

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

public Uri? ServiceUri { get; set; }
member this.ServiceUri : Uri with get, set
Public Property ServiceUri As Uri

Property Value

Uri

Remarks

Used along with Credential to establish the connection.

Applies to