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