Class SeekSubscriptionRequest
Request for SeekSubscription.
Implements
Inherited Members
Namespace: Google.Apis.PubsubLite.v1.Data
Assembly: Google.Apis.PubsubLite.v1.dll
Syntax
public class SeekSubscriptionRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NamedTarget
Seek to a named position with respect to the message backlog.
Declaration
[JsonProperty("namedTarget")]
public virtual string NamedTarget { get; set; }
Property Value
Type | Description |
---|---|
string |
TimeTarget
Seek to the first message whose publish or event time is greater than or equal to the specified query time. If no such message can be located, will seek to the end of the message backlog.
Declaration
[JsonProperty("timeTarget")]
public virtual TimeTarget TimeTarget { get; set; }
Property Value
Type | Description |
---|---|
TimeTarget |