public sealed class Delete : IMessage<Mutation.Types.Delete>, IEquatable<Mutation.Types.Delete>, IDeepCloneable<Mutation.Types.Delete>, IBufferMessage, IMessage
Arguments to [delete][google.spanner.v1.Mutation.delete] operations.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["The webpage provides documentation for the `Delete` class within the `Google.Cloud.Spanner.V1.Mutation.Types` namespace, detailing its usage in Google Cloud Spanner operations."],["It lists the various versions of the `Delete` class, ranging from the latest beta release (5.0.0-beta05) down to version 3.5.0."],["The `Delete` class is used to specify rows in a table to be deleted in a Google Spanner database operation, and is part of the operations for google.spanner.v1.Mutation."],["Key properties for the `Delete` class include `KeySet`, which specifies the primary keys of rows to delete, and `Table`, which indicates the target table for deletion."],["This class implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`, enabling its use in Google Protobuf messages and providing functionality for comparing and deep-copying."]]],[]]