Class ConsumerPartitionMetadata
Metadata for a consumer group corresponding to a specific partition.
Implements
Inherited Members
Namespace: Google.Apis.ManagedKafka .v1.Data
Assembly: Google.Apis.ManagedKafka.v1.dll
Syntax
public class ConsumerPartitionMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Optional. The associated metadata for this partition, or empty if it does not exist.
Declaration
[JsonProperty("metadata")]
public virtual string Metadata { get; set; }
Property Value
Type | Description |
---|---|
string |
Offset
Required. The current offset for this partition, or 0 if no offset has been committed.
Declaration
[JsonProperty("offset")]
public virtual long? Offset { get; set; }
Property Value
Type | Description |
---|---|
long? |