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 page details the \u003ccode\u003eDelete\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Spanner.V1.Mutation.Types\u003c/code\u003e namespace, which is used for defining delete operations in Google Cloud Spanner.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDelete\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Cloud.Spanner.V1\u003c/code\u003e assembly (\u003ccode\u003eGoogle.Cloud.Spanner.V1.dll\u003c/code\u003e), allows users to specify rows to be deleted from a table, supporting operations such as specifying primary keys and being idempotent.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e and inherits from \u003ccode\u003eObject\u003c/code\u003e, with inherited members listed including \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt contains properties \u003ccode\u003eKeySet\u003c/code\u003e (of type \u003ccode\u003eKeySet\u003c/code\u003e) and \u003ccode\u003eTable\u003c/code\u003e (of type \u003ccode\u003eString\u003c/code\u003e), which are both required and are used to specify which rows to delete and from which table, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides a comprehensive list of different versions of the Delete class, ranging from version 3.5.0 up to the latest beta release of 5.0.0-beta05, including the latest stable version of 3.15.1.\u003c/p\u003e\n"]]],[],null,[]]