Class TopicStatistics
Inheritance
TopicStatistics
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
|
Improve this doc
View source
BatchSize
Declaration
[JsonPropertyName("batchsize")]
public WindowStatistics BatchSize { get; set; }
Property Value
|
Improve this doc
View source
Declaration
[JsonPropertyName("metadata_age")]
public long MetadataAge { get; set; }
Property Value
|
Improve this doc
View source
Partitions
Declaration
[JsonPropertyName("partitions")]
public Dictionary<string, PartitionStatistics> Partitions { get; set; }
Property Value
|
Improve this doc
View source
Topic
Declaration
[JsonPropertyName("topic")]
public string Topic { get; set; }
Property Value