Show / Hide Table of Contents

Class SeekSubscriptionRequest

Request for SeekSubscription.

Inheritance
object
SeekSubscriptionRequest
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX