Show / Hide Table of Contents

Class CommitCursorRequest

Request for CommitCursor.

Inheritance
object
CommitCursorRequest
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.PubsubLite.v1.Data
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class CommitCursorRequest : IDirectResponseSchema

Properties

Cursor

The new value for the committed cursor.

Declaration
[JsonProperty("cursor")]
public virtual Cursor Cursor { get; set; }
Property Value
Type Description
Cursor

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Partition

The partition for which to update the cursor. Partitions are zero indexed, so partition must be in the range [0, topic.num_partitions).

Declaration
[JsonProperty("partition")]
public virtual long? Partition { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX