Class PartitionStatistics
Inheritance
PartitionStatistics
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class PartitionStatistics
Constructors
PartitionStatistics()
Declaration
public PartitionStatistics()
Properties
AckedMsgId
Declaration
[JsonPropertyName("acked_msgid")]
public long AckedMsgId { get; init; }
Property Value
AppOffset
Declaration
[JsonPropertyName("app_offset")]
public long AppOffset { get; init; }
Property Value
Broker
Declaration
[JsonPropertyName("broker")]
public long Broker { get; init; }
Property Value
CommitedOffset
Declaration
[JsonPropertyName("commited_offset")]
public long CommitedOffset { get; init; }
Property Value
CommittedOffset
Declaration
[JsonPropertyName("committed_offset")]
public long CommittedOffset { get; init; }
Property Value
ConsumerLag
Declaration
[JsonPropertyName("consumer_lag")]
public long ConsumerLag { get; init; }
Property Value
Desired
Declaration
[JsonPropertyName("desired")]
public bool Desired { get; init; }
Property Value
EofOffset
Declaration
[JsonPropertyName("eof_offset")]
public long EofOffset { get; init; }
Property Value
FetchState
Declaration
[JsonPropertyName("fetch_state")]
public string FetchState { get; init; }
Property Value
FetchqCnt
Declaration
[JsonPropertyName("fetchq_cnt")]
public long FetchqCnt { get; init; }
Property Value
FetchqSize
Declaration
[JsonPropertyName("fetchq_size")]
public long FetchqSize { get; init; }
Property Value
HiOffset
Declaration
[JsonPropertyName("hi_offset")]
public long HiOffset { get; init; }
Property Value
Leader
Declaration
[JsonPropertyName("leader")]
public long Leader { get; init; }
Property Value
LoOffset
Declaration
[JsonPropertyName("lo_offset")]
public long LoOffset { get; init; }
Property Value
LsOffset
Declaration
[JsonPropertyName("ls_offset")]
public long LsOffset { get; init; }
Property Value
MsgqBytes
Declaration
[JsonPropertyName("msgq_bytes")]
public long MsgqBytes { get; init; }
Property Value
MsgqCnt
Declaration
[JsonPropertyName("msgq_cnt")]
public long MsgqCnt { get; init; }
Property Value
Msgs
Declaration
[JsonPropertyName("msgs")]
public long Msgs { get; init; }
Property Value
MsgsInflight
Declaration
[JsonPropertyName("msgs_inflight")]
public long MsgsInflight { get; init; }
Property Value
NextAckSeq
Declaration
[JsonPropertyName("next_ack_seq")]
public long NextAckSeq { get; init; }
Property Value
NextErrSeq
Declaration
[JsonPropertyName("next_err_seq")]
public long NextErrSeq { get; init; }
Property Value
NextOffset
Declaration
[JsonPropertyName("next_offset")]
public long NextOffset { get; init; }
Property Value
Partition
Declaration
[JsonPropertyName("partition")]
public long Partition { get; init; }
Property Value
QueryOffset
Declaration
[JsonPropertyName("query_offset")]
public long QueryOffset { get; init; }
Property Value
RxBytes
Declaration
[JsonPropertyName("rxbytes")]
public long RxBytes { get; init; }
Property Value
RxMsgs
Declaration
[JsonPropertyName("rxmsgs")]
public long RxMsgs { get; init; }
Property Value
RxVerDrops
Declaration
[JsonPropertyName("rx_ver_drops")]
public long RxVerDrops { get; init; }
Property Value
StoredOffset
Declaration
[JsonPropertyName("stored_offset")]
public long StoredOffset { get; init; }
Property Value
TxBytes
Declaration
[JsonPropertyName("txbytes")]
public long TxBytes { get; init; }
Property Value
TxMsgs
Declaration
[JsonPropertyName("txmsgs")]
public long TxMsgs { get; init; }
Property Value
Unknown
Declaration
[JsonPropertyName("unknown")]
public bool Unknown { get; init; }
Property Value
XmitMsgqBytes
Declaration
[JsonPropertyName("xmit_msgq_bytes")]
public long XmitMsgqBytes { get; init; }
Property Value
XmitMsgqCnt
Declaration
[JsonPropertyName("xmit_msgq_cnt")]
public long XmitMsgqCnt { get; init; }
Property Value