ClickHouseDatabaseResource
Handle
interface ClickHouseDatabaseResource extends IExpressionValue, IManifestExpressionProvider, IResource, IResourceWithConnectionString, IResourceWithParent, ClickHouseServerResource]], IValueProvider, IValueWithReferences { readonly connectionStringExpression: ReferenceExpression; readonly databaseName: string; readonly parent: ClickHouseServerResource;}Properties
property
connectionStringExpressionReferenceExpressiongetGets the connection string expression for the ClickHouse database.
property
databaseNamestringgetGets the database name.
property
parentClickHouseServerResourcegetGets the parent ClickHouse container resource.