Show / Hide Table of Contents

    Class TopicPartitions

    Inheritance
    object
    TopicPartitions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini