Table of Contents

Class NatsObjConfig

Namespace
NATS.Client.ObjectStore
Assembly
NATS.Client.ObjectStore.dll

Object store configuration.

public record NatsObjConfig : IEquatable<NatsObjConfig>
Inheritance
NatsObjConfig
Implements
Inherited Members

Constructors

NatsObjConfig(string)

Object store configuration.

Properties

Bucket

Name of the bucket.

Compression

Use compressed storage.

Description

Bucket description.

MaxAge

Maximum age of the object.

MaxBytes

How big the store may be, when the combined stream size exceeds this old keys are removed.

Metadata

Additional metadata for the bucket.

NumberOfReplicas

How many replicas to keep for each key.

Storage

Type of backing storage to use.