Show / Hide Table of Contents

Class Send

Arguments to send operations.

Inheritance
object
Send
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX