Home

envoy.extensions.key_value.file_based.v3.FileBasedKeyValueStoreConfig

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.key_value.file_based.v3.FileBasedKeyValueStoreConfig
.withFilename('string')
.withFlushInterval(types.google.protobuf.Duration)
.withMaxEntries(1)
._validate()

Fields

Name Type One-of group Required Constraints
filename string   {"String_":{"WellKnown":null,"min_len":1}}
flush_interval google.protobuf.Duration  
max_entries google.protobuf.UInt32Value