ClickHouseDatabaseResource Constructors
ClassConstructors1 member
A resource that represents a ClickHouse database. This is a child resource of a
ClickHouseServerResource. Constructor(string, string, ClickHouseServerResource)Section titled Constructor(string, string, ClickHouseServerResource) A resource that represents a ClickHouse database. This is a child resource of a
ClickHouseServerResource. public class ClickHouseDatabaseResource{ public ClickHouseDatabaseResource( string name, string databaseName, ClickHouseServerResource parent) { // ... }}Parameters
namestringThe name of the resource.databaseNamestringThe database name.parentClickHouseServerResourceThe ClickHouse server resource associated with this database.