Table of Contents

Property MaxMsgSize

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

MaxMsgSize

The largest message that will be accepted by the Stream. -1 for unlimited.

[JsonPropertyName("max_msg_size")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-2147483648, 2147483647)]
public int MaxMsgSize { get; set; }

Property Value

int