Class: DatadogAPIClient::V2::ObservabilityPipelineElasticsearchDestinationCompressionAlgorithm

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/observability_pipeline_elasticsearch_destination_compression_algorithm.rb

Overview

The compression algorithm applied when sending data to Elasticsearch.

Constant Summary collapse

NONE =
"none".freeze
GZIP =
"gzip".freeze
ZLIB =
"zlib".freeze
ZSTD =
"zstd".freeze
SNAPPY =
"snappy".freeze

Method Summary

Methods included from BaseEnumModel

included