public sealed class ConsumerPartitionMetadata : IMessage<ConsumerPartitionMetadata>, IEquatable<ConsumerPartitionMetadata>, IDeepCloneable<ConsumerPartitionMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class ConsumerPartitionMetadata.
Metadata for a consumer group corresponding to a specific partition.
[[["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 `ConsumerPartitionMetadata` class in the Managed Service for Apache Kafka API v1 provides metadata for a consumer group related to a specific partition."],["This class, found in version 1.0.0-beta03 and the latest 1.0.0-beta04, inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It can be instantiated with a default constructor or by cloning an existing `ConsumerPartitionMetadata` object."],["The class contains properties for `Metadata` (a string representing optional associated metadata) and `Offset` (a long integer indicating the current partition offset, or 0 if not committed)."],["The namespace for this class is `Google.Cloud.ManagedKafka.V1` and it is contained within the `Google.Cloud.ManagedKafka.V1.dll` assembly."]]],[]]