Skip to content
DocsTry Aspire
DocsTry

AzureTableStorageResource Properties

ClassProperties3 members
Represents an Azure Table Storage resource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
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; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the table storage service.
public ReferenceExpression UriExpression { get; }
Format: https://{host}:{port} for emulator or {tableEndpoint} for Azure.