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, 9.223372036854776E+18)]
public long MemoryMaxStreamBytes { get; set; }

Property Value

long