Class ClickHouseDataEngineBuilderExtensions
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Data.ClickHouse.Registration
Assembly: Cephalon.Data.ClickHouse.dll
Registers the ClickHouse data companion pack with an
public static class ClickHouseDataEngineBuilderExtensionsInheritance
Section titled “Inheritance”object ← ClickHouseDataEngineBuilderExtensions
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Methods
Section titled “Methods”AddClickHouseData(EngineBuilder, string, string, Action<ClickHouseDataOptions>?)
Section titled “ AddClickHouseData(EngineBuilder, string, string, Action<ClickHouseDataOptions>?)”Adds the ClickHouse data pack with the supplied host and database.
public static EngineBuilder AddClickHouseData(this EngineBuilder builder, string host, string database, Action<ClickHouseDataOptions>? configure = null)Parameters
Section titled “Parameters”builder EngineBuilder
The engine builder to extend.
host string
The ClickHouse host address (e.g. “localhost”).
database string
The ClickHouse database to connect to.
configure Action<ClickHouseDataOptions>?
An optional callback that configures the host-owned ClickHouse pack options.
Returns
Section titled “Returns”The same engine builder for fluent composition.
Remarks
Section titled “Remarks”Register outbox or inbox support by configuring configure callback.