Optional
compression?: booleanOptional
description?: stringA description for the object store
The maximum amount of data that the object store should store in bytes.
Optional
metadata?: Record<string, string>Placement hints for the underlying object store stream
The number of replicas to create.
The underlying stream storage type for the object store.
Optional
ttl?: NanosThe time to live for entries in the object store specified
as nanoseconds. Use the nanos()
function to convert millis to
nanos.
Generated using TypeDoc
Sets the compression level of the stream. This feature is only supported in servers 2.10.x and better.