Show / Hide Table of Contents

    Class TopicStatistics

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

    Constructors

    TopicStatistics()

    Declaration
    public TopicStatistics()

    Properties

    BatchCnt

    Declaration
    [JsonPropertyName("batchcnt")]
    public WindowStatistics BatchCnt { get; init; }
    Property Value
    Type Description
    WindowStatistics

    BatchSize

    Declaration
    [JsonPropertyName("batchsize")]
    public WindowStatistics BatchSize { get; init; }
    Property Value
    Type Description
    WindowStatistics

    MetadataAge

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

    Partitions

    Declaration
    [JsonPropertyName("partitions")]
    public Dictionary<string, PartitionStatistics> Partitions { get; init; }
    Property Value
    Type Description
    Dictionary<string, PartitionStatistics>

    Topic

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