Show / Hide Table of Contents

    Class TopicPartitions

    Inheritance
    object
    TopicPartitions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Silverback.Messaging.Broker.Callbacks.Statistics
    Assembly: Silverback.Integration.Kafka.dll
    Syntax
    public class TopicPartitions

    Properties

    | Improve this doc View source

    Partition

    Declaration
    [JsonPropertyName("partition")]
    public long Partition { get; set; }
    Property Value
    Type Description
    long
    | Improve this doc View source

    Topic

    Declaration
    [JsonPropertyName("topic")]
    public string Topic { get; set; }
    Property Value
    Type Description
    string
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini