Class TopicPartitions
Inheritance
System.Object
TopicPartitions
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 TopicPartitions
Properties
| Improve this doc View sourcePartition
Declaration
[JsonPropertyName("partition")]
public long Partition { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Topic
Declaration
[JsonPropertyName("topic")]
public string Topic { get; set; }
Property Value
Type | Description |
---|---|
System.String |