Property MaxBatch
MaxBatch
The largest batch property that may be specified when doing a pull on a Pull Consumer
[JsonPropertyName("max_batch")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int MaxBatch { get; set; }
The largest batch property that may be specified when doing a pull on a Pull Consumer
[JsonPropertyName("max_batch")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public int MaxBatch { get; set; }