Show / Hide Table of Contents

    Class PartitionStatistics

    Inheritance
    object
    PartitionStatistics
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
    Assembly: Silverback.Integration.Kafka.dll
    Syntax
    public class PartitionStatistics

    Properties

    | Improve this doc View source

    AckedMsgId

    Declaration
    [JsonPropertyName("acked_msgid")]
    public long AckedMsgId { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    AppOffset

    Declaration
    [JsonPropertyName("app_offset")]
    public long AppOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Broker

    Declaration
    [JsonPropertyName("broker")]
    public long Broker { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    CommitedOffset

    Declaration
    [JsonPropertyName("commited_offset")]
    public long CommitedOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    CommittedOffset

    Declaration
    [JsonPropertyName("committed_offset")]
    public long CommittedOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    ConsumerLag

    Declaration
    [JsonPropertyName("consumer_lag")]
    public long ConsumerLag { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Desired

    Declaration
    [JsonPropertyName("desired")]
    public bool Desired { get; set; }
    Property Value
    Type Description
    bool
    | Improve this doc View source

    EofOffset

    Declaration
    [JsonPropertyName("eof_offset")]
    public long EofOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    FetchState

    Declaration
    [JsonPropertyName("fetch_state")]
    public string FetchState { get; set; }
    Property Value
    Type Description
    string
    | Improve this doc View source

    FetchqCnt

    Declaration
    [JsonPropertyName("fetchq_cnt")]
    public long FetchqCnt { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    FetchqSize

    Declaration
    [JsonPropertyName("fetchq_size")]
    public long FetchqSize { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    HiOffset

    Declaration
    [JsonPropertyName("hi_offset")]
    public long HiOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Leader

    Declaration
    [JsonPropertyName("leader")]
    public long Leader { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    LoOffset

    Declaration
    [JsonPropertyName("lo_offset")]
    public long LoOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    LsOffset

    Declaration
    [JsonPropertyName("ls_offset")]
    public long LsOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    MsgqBytes

    Declaration
    [JsonPropertyName("msgq_bytes")]
    public long MsgqBytes { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    MsgqCnt

    Declaration
    [JsonPropertyName("msgq_cnt")]
    public long MsgqCnt { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Msgs

    Declaration
    [JsonPropertyName("msgs")]
    public long Msgs { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    MsgsInflight

    Declaration
    [JsonPropertyName("msgs_inflight")]
    public long MsgsInflight { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    NextAckSeq

    Declaration
    [JsonPropertyName("next_ack_seq")]
    public long NextAckSeq { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    NextErrSeq

    Declaration
    [JsonPropertyName("next_err_seq")]
    public long NextErrSeq { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    NextOffset

    Declaration
    [JsonPropertyName("next_offset")]
    public long NextOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Partition

    Declaration
    [JsonPropertyName("partition")]
    public long Partition { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    QueryOffset

    Declaration
    [JsonPropertyName("query_offset")]
    public long QueryOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    RxBytes

    Declaration
    [JsonPropertyName("rxbytes")]
    public long RxBytes { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    RxMsgs

    Declaration
    [JsonPropertyName("rxmsgs")]
    public long RxMsgs { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    RxVerDrops

    Declaration
    [JsonPropertyName("rx_ver_drops")]
    public long RxVerDrops { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    StoredOffset

    Declaration
    [JsonPropertyName("stored_offset")]
    public long StoredOffset { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    TxBytes

    Declaration
    [JsonPropertyName("txbytes")]
    public long TxBytes { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    TxMsgs

    Declaration
    [JsonPropertyName("txmsgs")]
    public long TxMsgs { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Unknown

    Declaration
    [JsonPropertyName("unknown")]
    public bool Unknown { get; set; }
    Property Value
    Type Description
    bool
    | Improve this doc View source

    XmitMsgqBytes

    Declaration
    [JsonPropertyName("xmit_msgq_bytes")]
    public long XmitMsgqBytes { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    XmitMsgqCnt

    Declaration
    [JsonPropertyName("xmit_msgq_cnt")]
    public long XmitMsgqCnt { get; set; }
    Property Value
    Type Description
    long
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini