Show / Hide Table of Contents

    Class TopicStatistics

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

    Properties

    | Improve this doc View source

    BatchCnt

    Declaration
    [JsonPropertyName("batchcnt")]
    public WindowStatistics BatchCnt { get; set; }
    Property Value
    Type Description
    WindowStatistics
    | Improve this doc View source

    BatchSize

    Declaration
    [JsonPropertyName("batchsize")]
    public WindowStatistics BatchSize { get; set; }
    Property Value
    Type Description
    WindowStatistics
    | Improve this doc View source

    MetadataAge

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

    Partitions

    Declaration
    [JsonPropertyName("partitions")]
    public Dictionary<string, PartitionStatistics> Partitions { get; set; }
    Property Value
    Type Description
    Dictionary<string, PartitionStatistics>
    | Improve this doc View source

    Topic

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