Class TopicStatistics
Inheritance
System.Object
TopicStatistics
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class TopicStatistics
Properties
| Improve this doc View sourceBatchCnt
Declaration
[JsonPropertyName("batchcnt")]
public WindowStatistics BatchCnt { get; set; }
Property Value
Type | Description |
---|---|
WindowStatistics |
BatchSize
Declaration
[JsonPropertyName("batchsize")]
public WindowStatistics BatchSize { get; set; }
Property Value
Type | Description |
---|---|
WindowStatistics |
MetadataAge
Declaration
[JsonPropertyName("metadata_age")]
public long MetadataAge { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Partitions
Declaration
[JsonPropertyName("partitions")]
public Dictionary<string, PartitionStatistics> Partitions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, PartitionStatistics> |
Topic
Declaration
[JsonPropertyName("topic")]
public string Topic { get; set; }
Property Value
Type | Description |
---|---|
System.String |