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, 2147483647)]
public int MaxStorage { get; set; }

Property Value

int