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