Class ComputeTimeCursorResponse
Response containing the cursor corresponding to a publish or event time in a topic partition.
Implements
Inherited Members
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 |