Table of Contents

Property MemoryMaxStreamBytes

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

MemoryMaxStreamBytes

The maximum size any single memory stream may be

[JsonPropertyName("memory_max_stream_bytes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-1, 2147483647)]
public int MemoryMaxStreamBytes { get; set; }

Property Value

int