Optional
abort_Optional
authWhen defined, overrides the credentials from the BaseClickHouseClientConfigOptions.username and BaseClickHouseClientConfigOptions.password settings for this particular request.
undefined (no override)
Optional
clickhouse_ClickHouse's settings that can be applied on query level.
Optional
query_A specific query_id
that will be sent with this request.
If it is not set, a random identifier will be generated automatically by the client.
Optional
query_Parameters for query binding. https://clickhouse.com/docs/en/interfaces/http/#cli-queries-with-parameters
Optional
session_A specific ClickHouse Session id for this query. If it is not set, BaseClickHouseClientConfigOptions.session_id will be used.
undefined (no override)
Generated using TypeDoc
AbortSignal instance to cancel a request in progress.