Class Send
Arguments to send operations.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class Send : IDirectResponseSchema
Properties
DeliverTime
object representation of DeliverTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeliverTimeDateTimeOffset instead.")]
public virtual object DeliverTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
DeliverTimeDateTimeOffset
DateTimeOffset representation of DeliverTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeliverTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
DeliverTimeRaw
The time at which Spanner will begin attempting to deliver the message. If deliver_time is not set,
Spanner will deliver the message immediately. If deliver_time is in the past, Spanner will replace it with
a value closer to the current time.
Declaration
[JsonProperty("deliverTime")]
public virtual string DeliverTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Key
Required. The primary key of the message to be sent.
Declaration
[JsonProperty("key")]
public virtual IList<object> Key { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<object> |
Payload
The payload of the message.
Declaration
[JsonProperty("payload")]
public virtual object Payload { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
Queue
Required. The queue to which the message will be sent.
Declaration
[JsonProperty("queue")]
public virtual string Queue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |