Table of Contents

Property Storage

Namespace
NATS.Client.JetStream.Models
Assembly
NATS.Client.JetStream.dll

Storage

The storage backend to use for the Stream.

[JsonPropertyName("storage")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required(AllowEmptyStrings = true)]
public StreamConfigStorage Storage { get; set; }

Property Value

StreamConfigStorage