Table of Contents

Property MaxBytes

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

MaxBytes

How big the Stream may be, when the combined stream size exceeds this old messages are removed. -1 for unlimited.

[JsonPropertyName("max_bytes")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-9.223372036854776E+18, -9.223372036854776E+18)]
public long MaxBytes { get; set; }

Property Value

long