ClickHouseDatabaseResource
Classnet10.0
A resource that represents a ClickHouse database. This is a child resource of a
ClickHouseServerResource. namespace Aspire.Hosting.ApplicationModel;
public class ClickHouseDatabaseResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IExpressionValue, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.ApplicationModel.ClickHouseServerResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...}ResourceIExpressionValueIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<ClickHouseServerResource>IValueProviderIValueWithReferences
Constructors1
Section titled ConstructorsClickHouseDatabaseResource(string, string, ClickHouseServerResource) A resource that represents a ClickHouse database. This is a child resource of a
ClickHouseServerResource. Properties3
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the ClickHouse database.
DatabaseNamegetstring Gets the database name.
Parentget Gets the parent ClickHouse container resource.