public sealed class ConsumerTopicMetadata : IMessage<ConsumerTopicMetadata>, IEquatable<ConsumerTopicMetadata>, IDeepCloneable<ConsumerTopicMetadata>, IBufferMessage, IMessageReference 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.
Implements
IMessageConsumerTopicMetadata, IEquatableConsumerTopicMetadata, IDeepCloneableConsumerTopicMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
ConsumerTopicMetadata()
public ConsumerTopicMetadata()ConsumerTopicMetadata(ConsumerTopicMetadata)
public ConsumerTopicMetadata(ConsumerTopicMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ConsumerTopicMetadata |
Properties
Partitions
public MapField<int, ConsumerPartitionMetadata> Partitions { get; }Optional. Metadata for this consumer group and topic for all partition indexes it has metadata for.
| Property Value | |
|---|---|
| Type | Description |
MapFieldintConsumerPartitionMetadata |
|