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

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

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

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

Inheritance

object > Mutation.Types.Ack

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

Ack()

public Ack()

Ack(Ack)

public Ack(Mutation.Types.Ack other)
Parameter
Name Description
other MutationTypesAck

Properties

IgnoreNotFound

public bool IgnoreNotFound { get; set; }

By default, an attempt to ack a message that does not exist will fail with a NOT_FOUND error. With ignore_not_found set to true, the ack will succeed even if the message does not exist. This is useful for unconditionally acking a message, even if it is missing or has already been acked.

Property Value
Type Description
bool

Key

public ListValue Key { get; set; }

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

Property Value
Type Description
ListValue

Queue

public string Queue { get; set; }

Required. The queue where the message to be acked is stored.

Property Value
Type Description
string