Table of Contents

Property MaxMemory

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

MaxMemory

The maximum amount of Memory storage Stream Messages may consume

[JsonPropertyName("max_memory")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Range(-1, 1.8446744073709552E+19)]
public long MaxMemory { get; set; }

Property Value

long