Property MaxBytes
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; }