public sealed class ConsumerTopicMetadata : IMessage<ConsumerTopicMetadata>, IEquatable<ConsumerTopicMetadata>, IDeepCloneable<ConsumerTopicMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class ConsumerTopicMetadata.
Metadata for a consumer group corresponding to a specific topic.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The `ConsumerTopicMetadata` class represents metadata for a consumer group within a specific topic in the Managed Service for Apache Kafka API v1."],["It is a sealed class that inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `ConsumerTopicMetadata()` and a copy constructor `ConsumerTopicMetadata(ConsumerTopicMetadata other)`."],["It contains a `Partitions` property, which is a map of partition indexes to `ConsumerPartitionMetadata`, providing metadata for all partitions within the consumer group and topic."],["The most recent version of the documentation can be found under 1.0.0-beta04, and the version provided is under 1.0.0-beta03."]]],[]]