Skip to content
DocsTry Aspire
DocsTry

ClickHouseDatabaseResource

Handle
📦 Aspire.Hosting.ClickHouse v13.5.3
interface ClickHouseDatabaseResource
extends IExpressionValue,
IManifestExpressionProvider,
IResource,
IResourceWithConnectionString,
IResourceWithParent,
ClickHouseServerResource]],
IValueProvider,
IValueWithReferences {
readonly connectionStringExpression: ReferenceExpression;
readonly databaseName: string;
readonly parent: ClickHouseServerResource;
}

Properties

propertyconnectionStringExpressionReferenceExpressionget
Gets the connection string expression for the ClickHouse database.
propertydatabaseNamestringget
Gets the database name.
propertyparentClickHouseServerResourceget
Gets the parent ClickHouse container resource.