Show / Hide Table of Contents

Class ComputeTimeCursorResponse

Response containing the cursor corresponding to a publish or event time in a topic partition.

Inheritance
object
ComputeTimeCursorResponse
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 ComputeTimeCursorResponse : IDirectResponseSchema

Properties

Cursor

If present, the cursor references the first message with time greater than or equal to the specified target time. If such a message cannot be found, the cursor will be unset (i.e. cursor is not present).

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX