Google Cloud Spanner v1 API - Class Mutation.Types.Send (5.10.0)

public sealed class Mutation.Types.Send : IMessage<Mutation.Types.Send>, IEquatable<Mutation.Types.Send>, IDeepCloneable<Mutation.Types.Send>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner v1 API class Mutation.Types.Send.

Arguments to [send][google.spanner.v1.Mutation.send] operations.

Inheritance

object > Mutation.Types.Send

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

Send()

public Send()

Send(Send)

public Send(Mutation.Types.Send other)
Parameter
Name Description
other MutationTypesSend

Properties

DeliverTime

public Timestamp DeliverTime { get; set; }

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.

Property Value
Type Description
Timestamp

Key

public ListValue Key { get; set; }

Required. The primary key of the message to be sent.

Property Value
Type Description
ListValue

Payload

public Value Payload { get; set; }

The payload of the message.

Property Value
Type Description
Value

Queue

public string Queue { get; set; }

Required. The queue to which the message will be sent.

Property Value
Type Description
string