Show / Hide Table of Contents

    Class PartitionStatistics

    Inheritance
    object
    PartitionStatistics
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
    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
    Type Description
    long

    AppOffset

    Declaration
    [JsonPropertyName("app_offset")]
    public long AppOffset { get; init; }
    Property Value
    Type Description
    long

    Broker

    Declaration
    [JsonPropertyName("broker")]
    public long Broker { get; init; }
    Property Value
    Type Description
    long

    CommitedOffset

    Declaration
    [JsonPropertyName("commited_offset")]
    public long CommitedOffset { get; init; }
    Property Value
    Type Description
    long

    CommittedOffset

    Declaration
    [JsonPropertyName("committed_offset")]
    public long CommittedOffset { get; init; }
    Property Value
    Type Description
    long

    ConsumerLag

    Declaration
    [JsonPropertyName("consumer_lag")]
    public long ConsumerLag { get; init; }
    Property Value
    Type Description
    long

    Desired

    Declaration
    [JsonPropertyName("desired")]
    public bool Desired { get; init; }
    Property Value
    Type Description
    bool

    EofOffset

    Declaration
    [JsonPropertyName("eof_offset")]
    public long EofOffset { get; init; }
    Property Value
    Type Description
    long

    FetchState

    Declaration
    [JsonPropertyName("fetch_state")]
    public string FetchState { get; init; }
    Property Value
    Type Description
    string

    FetchqCnt

    Declaration
    [JsonPropertyName("fetchq_cnt")]
    public long FetchqCnt { get; init; }
    Property Value
    Type Description
    long

    FetchqSize

    Declaration
    [JsonPropertyName("fetchq_size")]
    public long FetchqSize { get; init; }
    Property Value
    Type Description
    long

    HiOffset

    Declaration
    [JsonPropertyName("hi_offset")]
    public long HiOffset { get; init; }
    Property Value
    Type Description
    long

    Leader

    Declaration
    [JsonPropertyName("leader")]
    public long Leader { get; init; }
    Property Value
    Type Description
    long

    LoOffset

    Declaration
    [JsonPropertyName("lo_offset")]
    public long LoOffset { get; init; }
    Property Value
    Type Description
    long

    LsOffset

    Declaration
    [JsonPropertyName("ls_offset")]
    public long LsOffset { get; init; }
    Property Value
    Type Description
    long

    MsgqBytes

    Declaration
    [JsonPropertyName("msgq_bytes")]
    public long MsgqBytes { get; init; }
    Property Value
    Type Description
    long

    MsgqCnt

    Declaration
    [JsonPropertyName("msgq_cnt")]
    public long MsgqCnt { get; init; }
    Property Value
    Type Description
    long

    Msgs

    Declaration
    [JsonPropertyName("msgs")]
    public long Msgs { get; init; }
    Property Value
    Type Description
    long

    MsgsInflight

    Declaration
    [JsonPropertyName("msgs_inflight")]
    public long MsgsInflight { get; init; }
    Property Value
    Type Description
    long

    NextAckSeq

    Declaration
    [JsonPropertyName("next_ack_seq")]
    public long NextAckSeq { get; init; }
    Property Value
    Type Description
    long

    NextErrSeq

    Declaration
    [JsonPropertyName("next_err_seq")]
    public long NextErrSeq { get; init; }
    Property Value
    Type Description
    long

    NextOffset

    Declaration
    [JsonPropertyName("next_offset")]
    public long NextOffset { get; init; }
    Property Value
    Type Description
    long

    Partition

    Declaration
    [JsonPropertyName("partition")]
    public long Partition { get; init; }
    Property Value
    Type Description
    long

    QueryOffset

    Declaration
    [JsonPropertyName("query_offset")]
    public long QueryOffset { get; init; }
    Property Value
    Type Description
    long

    RxBytes

    Declaration
    [JsonPropertyName("rxbytes")]
    public long RxBytes { get; init; }
    Property Value
    Type Description
    long

    RxMsgs

    Declaration
    [JsonPropertyName("rxmsgs")]
    public long RxMsgs { get; init; }
    Property Value
    Type Description
    long

    RxVerDrops

    Declaration
    [JsonPropertyName("rx_ver_drops")]
    public long RxVerDrops { get; init; }
    Property Value
    Type Description
    long

    StoredOffset

    Declaration
    [JsonPropertyName("stored_offset")]
    public long StoredOffset { get; init; }
    Property Value
    Type Description
    long

    TxBytes

    Declaration
    [JsonPropertyName("txbytes")]
    public long TxBytes { get; init; }
    Property Value
    Type Description
    long

    TxMsgs

    Declaration
    [JsonPropertyName("txmsgs")]
    public long TxMsgs { get; init; }
    Property Value
    Type Description
    long

    Unknown

    Declaration
    [JsonPropertyName("unknown")]
    public bool Unknown { get; init; }
    Property Value
    Type Description
    bool

    XmitMsgqBytes

    Declaration
    [JsonPropertyName("xmit_msgq_bytes")]
    public long XmitMsgqBytes { get; init; }
    Property Value
    Type Description
    long

    XmitMsgqCnt

    Declaration
    [JsonPropertyName("xmit_msgq_cnt")]
    public long XmitMsgqCnt { get; init; }
    Property Value
    Type Description
    long
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini