Class ObservabilityPipelineClickhouseDestinationBatchEncoding

Batch encoding configuration for the ClickHouse destination. Required when format is arrow_stream. The codec field must be set to arrow_stream.

Hierarchy

  • ObservabilityPipelineClickhouseDestinationBatchEncoding

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
allowNullableFields?: boolean

When true, null values are allowed for non-nullable fields in the ClickHouse schema. When false (default), missing values for non-nullable columns cause encoding errors.

The codec used for batch encoding. Only arrow_stream is supported.

Generated using TypeDoc