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