Table of Contents

Property WindowSize

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

WindowSize

Optional window size preference. Defaults on the server to 8MB, automatically clamped to within the range 1KB to 32MB. Very slow connections may need to reduce this to avoid slow consumer issues. Minimum Server Version 2.12.5

[JsonPropertyName("window_size")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(1024, 33554432)]
public int? WindowSize { get; set; }

Property Value

int?