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

Property Value

int