Table of Contents

Property MaxStorage

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

MaxStorage

The maximum amount of File storage Stream Messages may consume

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

Property Value

long