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."],[[["This page provides documentation for the `ConsumerPartitionMetadata` class within the Google Cloud Managed Kafka API v1 for .NET."],["`ConsumerPartitionMetadata` represents metadata for a consumer group related to a specific partition."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base object class."],["Key properties of the `ConsumerPartitionMetadata` class are `Metadata`, a string containing partition metadata, and `Offset`, a long representing the current offset."],["There are two available versions of the documentation for this API, `1.0.0-beta04 (latest)` and `1.0.0-beta03`."]]],[]]