Class ObservabilityPipelineClickhouseDestinationCompressionObject

Structured compression configuration for the ClickHouse destination. Use algorithm to specify the compression type and level (optional, gzip only) to control compression strength.

Hierarchy

  • ObservabilityPipelineClickhouseDestinationCompressionObject

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

The compression algorithm applied to outbound HTTP requests.

level?: number

Compression level (1–9). Only applicable when algorithm is gzip.

Generated using TypeDoc