Table of Contents

Property MaxBytes

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

MaxBytes

Sends at most this many bytes to the requestor, limited by consumer configuration max_bytes

[JsonPropertyName("max_bytes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long MaxBytes { get; set; }

Property Value

long