Show / Hide Table of Contents

Class ConsumerPartitionMetadata

Metadata for a consumer group corresponding to a specific partition.

Inheritance
object
ConsumerPartitionMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX