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, 9.223372036854776E+18)]
public long StorageMaxStreamBytes { get; set; }

Property Value

long