Skip to content
Docs Try Aspire

AzureTableStorageResource Properties

Class Properties 3 members
Represents an Azure Table Storage resource.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string template for the manifest for the Azure Table Storage resource.
public ReferenceExpression ConnectionStringExpression { get; }
Gets the parent AzureStorageResource of this AzureTableStorageResource.
public AzureStorageResource Parent { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the connection URI expression for the table storage service.
public ReferenceExpression UriExpression { get; }
Format: https://{host}:{port} for emulator or {tableEndpoint} for Azure.