Skip to content
DocsTry Aspire
DocsTry

AzureKustoReadWriteDatabaseResource Properties

ClassProperties3 members
Represents an Azure Kusto read-write database resource, which is a child resource of a AzureKustoClusterResource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the Kusto database.
public ReferenceExpression ConnectionStringExpression { get; }
DatabaseNameSection titled DatabaseNamestring
Gets the database name.
public string DatabaseName { get; }
Gets the parent Kusto resource.
public AzureKustoClusterResource Parent { get; }