Class: DatadogAPIClient::V2::ObservabilityPipelineClickhouseDestinationCompressionObject
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineClickhouseDestinationCompressionObject
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression_object.rb
Overview
Structured compression configuration for the ClickHouse destination.
Use algorithm to specify the compression type and level (optional, gzip only) to control compression strength.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#algorithm ⇒ Object
readonly
The compression algorithm applied to outbound HTTP requests.
-
#level ⇒ Object
readonly
Compression level (1–9).
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression_object.rb', line 31 def additional_properties @additional_properties end |
#algorithm ⇒ Object
The compression algorithm applied to outbound HTTP requests.
26 27 28 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression_object.rb', line 26 def algorithm @algorithm end |
#level ⇒ Object
Compression level (1–9). Only applicable when algorithm is gzip.
29 30 31 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_clickhouse_destination_compression_object.rb', line 29 def level @level end |