Home

envoy.extensions.filters.http.file_system_buffer.v3.StreamConfig

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.filters.http.file_system_buffer.v3.StreamConfig
.withBehavior(types.envoy.extensions.filters.http.file_system_buffer.v3.BufferBehavior)
.withMemoryBufferBytesLimit(1)
.withStorageBufferBytesLimit(1)
.withStorageBufferQueueHighWatermarkBytes(1)
._validate()

Fields

Name Type One-of group Required Constraints
behavior envoy.extensions.filters.http.file_system_buffer.v3.BufferBehavior  
memory_buffer_bytes_limit google.protobuf.UInt64Value   {"Uint64":{"gt":0}}
storage_buffer_bytes_limit google.protobuf.UInt64Value  
storage_buffer_queue_high_watermark_bytes google.protobuf.UInt64Value