Class TopicStatistics
Inheritance
TopicStatistics
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class TopicStatistics
Constructors
TopicStatistics()
Declaration
Properties
BatchCnt
Declaration
[JsonPropertyName("batchcnt")]
public WindowStatistics BatchCnt { get; init; }
Property Value
BatchSize
Declaration
[JsonPropertyName("batchsize")]
public WindowStatistics BatchSize { get; init; }
Property Value
Declaration
[JsonPropertyName("metadata_age")]
public long MetadataAge { get; init; }
Property Value
Partitions
Declaration
[JsonPropertyName("partitions")]
public Dictionary<string, PartitionStatistics> Partitions { get; init; }
Property Value
Topic
Declaration
[JsonPropertyName("topic")]
public string Topic { get; init; }
Property Value