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."],[[["This webpage details the `Delete` class within the `Google.Cloud.Spanner.V1.Mutation.Types` namespace, specifically for version 3.8.0 and includes links to other versions of this class ranging from 3.5.0 to the latest beta."],["The `Delete` class, which implements several interfaces, is used for arguments in delete operations within the `google.spanner.v1.Mutation.delete` operations, allowing for the removal of rows from a specified table."],["The `Delete` class includes two constructors, one default and one that accepts another `Mutation.Types.Delete` object as a parameter."],["The `Delete` class features properties `KeySet` and `Table`, which are both required and specify the primary keys of rows to be deleted and the table from which they should be deleted, respectively."],["The page offers a comprehensive overview of the `Delete` class's inheritance, implementation, inherited members, and namespace, along with specific details about its constructors and properties."]]],[]]