Class SeekRequest
Request for the Seek method.
Implements
Inherited Members
Namespace: Google.Apis.Pubsub.v1.Data
Assembly: Google.Apis.Pubsub.v1.dll
Syntax
public class SeekRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Snapshot
Optional. The snapshot to seek to. The snapshot's topic must be the same as that of the provided
subscription. Format is projects/{project}/snapshots/{snap}.
Declaration
[JsonProperty("snapshot")]
public virtual string Snapshot { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Time
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimeDateTimeOffset instead.")]
public virtual object Time { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
TimeDateTimeOffset
DateTimeOffset representation of TimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
TimeRaw
Optional. The time to seek to. Messages retained in the subscription that were published before this time
are marked as acknowledged, and messages retained in the subscription that were published after this time
are marked as unacknowledged. Note that this operation affects only those messages retained in the
subscription (configured by the combination of message_retention_duration and retain_acked_messages).
For example, if time corresponds to a point before the message retention window (or to a point before the
system's notion of the subscription creation time), only retained messages will be marked as unacknowledged,
and already-expunged messages will not be restored.
Declaration
[JsonProperty("time")]
public virtual string TimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |