Skip to content
DocsTry Aspire
DocsTry

ClickHouseDatabaseResource Properties

ClassProperties3 members
A resource that represents a ClickHouse database. This is a child resource of a ClickHouseServerResource.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string expression for the ClickHouse database.
public ReferenceExpression ConnectionStringExpression { get; }
DatabaseNameSection titled DatabaseNamestring
Gets the database name.
public string DatabaseName { get; }
Gets the parent ClickHouse container resource.
public ClickHouseServerResource Parent { get; }