Class TopicPartitions
Inherited Members
Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
Assembly: Silverback.Integration.Kafka.dll
Syntax
public class TopicPartitions
Properties
| Improve this doc View sourcePartition
Declaration
[JsonPropertyName("partition")]
public long Partition { get; set; }
Property Value
Type | Description |
---|---|
long |
Topic
Declaration
[JsonPropertyName("topic")]
public string Topic { get; set; }
Property Value
Type | Description |
---|---|
string |