Property AckFloor
AckFloor
The highest contiguous acknowledged message
[JsonPropertyName("ack_floor")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public SequenceInfo AckFloor { get; set; }
The highest contiguous acknowledged message
[JsonPropertyName("ack_floor")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[Required]
public SequenceInfo AckFloor { get; set; }