Show / Hide Table of Contents

    Class ConsumerGroupStatistics

    Inheritance
    object
    ConsumerGroupStatistics
    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 ConsumerGroupStatistics

    Properties

    | Improve this doc View source

    AssignmentSize

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

    JoinState

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

    RebalanceAge

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

    RebalanceCnt

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

    RebalanceReason

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

    State

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

    StateAge

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