Class ConsumerTopicMetadata
Metadata for a consumer group corresponding to a specific topic.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka .v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ConsumerTopicMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Partitions
Optional. Metadata for this consumer group and topic for all partition indexes it has metadata for.
Declaration
[JsonProperty("partitions")]
public virtual IDictionary<string, ConsumerPartitionMetadata> Partitions { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, Consumer |