Home

envoy.extensions.compression.zstd.compressor.v3.Zstd

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.extensions.compression.zstd.compressor.v3.Zstd
.withChunkSize(1)
.withCompressionLevel(1)
.withDictionary(types.envoy.config.core.v3.DataSource)
.withEnableChecksum(false)
.withStrategy(types.envoy.extensions.compression.zstd.compressor.v3.Zstd.Strategy.DEFAULT)
._validate()

Nested Enums

Fields

Name Type One-of group Required Constraints
chunk_size google.protobuf.UInt32Value   {"Uint32":{"gte":4096,"lte":65536}}
compression_level google.protobuf.UInt32Value  
dictionary envoy.config.core.v3.DataSource  
enable_checksum bool  
strategy envoy.extensions.compression.zstd.compressor.v3.Zstd.Strategy   {"Enum":{"defined_only":true}}