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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eDelete\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Spanner.V1.Mutation.Types\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDelete\u003c/code\u003e class, which implements several interfaces, is used for arguments in delete operations within the \u003ccode\u003egoogle.spanner.v1.Mutation.delete\u003c/code\u003e operations, allowing for the removal of rows from a specified table.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDelete\u003c/code\u003e class includes two constructors, one default and one that accepts another \u003ccode\u003eMutation.Types.Delete\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDelete\u003c/code\u003e class features properties \u003ccode\u003eKeySet\u003c/code\u003e and \u003ccode\u003eTable\u003c/code\u003e, which are both required and specify the primary keys of rows to be deleted and the table from which they should be deleted, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe page offers a comprehensive overview of the \u003ccode\u003eDelete\u003c/code\u003e class's inheritance, implementation, inherited members, and namespace, along with specific details about its constructors and properties.\u003c/p\u003e\n"]]],[],null,[]]