Google Cloud Spanner v1 API - Class Mutation.Types.Delete (4.3.0)

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

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

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

Inheritance

object > Mutation.Types.Delete

Namespace

GoogleGoogle.CloudGoogle.Cloud.SpannerV1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

Delete()

public Delete()

Delete(Delete)

public Delete(Mutation.Types.Delete other)
Parameter
NameDescription
otherMutationTypesDelete

Properties

KeySet

public KeySet KeySet { get; set; }

Required. The primary keys of the rows within [table][google.spanner.v1.Mutation.Delete.table] to delete. The primary keys must be specified in the order in which they appear in the PRIMARY KEY() clause of the table's equivalent DDL statement (the DDL statement used to create the table). Delete is idempotent. The transaction will succeed even if some or all rows do not exist.

Property Value
TypeDescription
KeySet

Table

public string Table { get; set; }

Required. The table whose rows will be deleted.

Property Value
TypeDescription
string