Table of Contents

Property StorageMaxStreamBytes

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

StorageMaxStreamBytes

The maximum size any single storage based stream may be

[JsonPropertyName("storage_max_stream_bytes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-1, 2147483647)]
public int StorageMaxStreamBytes { get; set; }

Property Value

int