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