Table of Contents

Property MaxBytesRequired

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

MaxBytesRequired

Indicates if Streams created in this account requires the max_bytes property set

[JsonPropertyName("max_bytes_required")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool MaxBytesRequired { get; set; }

Property Value

bool