Class CommitCursorRequest
Request for CommitCursor.
Implements
Inherited Members
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? |