Managed Service for Apache Kafka API v1 API - Class ConsumerTopicMetadata (1.0.0-beta01)

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.

Inheritance

object > ConsumerTopicMetadata

Namespace

Google.Cloud.ManagedKafka.V1

Assembly

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