public sealed class 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.
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 content provides documentation for the `Mutation.Types.Delete` class within the Google Cloud Spanner v1 API, with version 5.0.0-beta05 being the latest and 4.1.0 being the specific version detailed."],["`Mutation.Types.Delete` is used for specifying arguments for delete operations in the Google Cloud Spanner v1 API, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Delete` class has two constructors: a parameterless constructor and one that accepts another `Mutation.Types.Delete` object as a parameter for copying purposes."],["Key properties of the `Delete` class include `KeySet`, which defines the primary keys of rows to be deleted, and `Table`, which specifies the table from which rows will be removed."],["The documentation for `Mutation.Types.Delete` also includes details about inherited members from the base `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]