Table of Contents

Property MaxBytes

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

MaxBytes

The maximum bytes value that maybe set when dong a pull on a Pull Consumer

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

Property Value

long