Property ChunkSize
ChunkSize
The size of data chunks to send to deliver_subject
[JsonPropertyName("chunk_size")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[Range(-9.223372036854776E+18, 9.223372036854776E+18)]
public long ChunkSize { get; set; }