public sealed class Mutation.Types.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"]],[["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 document provides reference documentation for the \u003ccode\u003eMutation.Types.Delete\u003c/code\u003e class within the Google Cloud Spanner v1 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMutation.Types.Delete\u003c/code\u003e class represents arguments for delete operations on Google Cloud Spanner tables, functioning as the core mechanism for removing rows.\u003c/p\u003e\n"],["\u003cp\u003eIt is compatible with various versions of the Google Cloud Spanner .NET library, including version 4.5.0 shown, as well as a range of other versions from 3.5.0 up to the latest beta.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMutation.Types.Delete\u003c/code\u003e class implements several interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering functionalities like deep cloning and buffer message handling.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eKeySet\u003c/code\u003e and \u003ccode\u003eTable\u003c/code\u003e properties are essential attributes of the \u003ccode\u003eMutation.Types.Delete\u003c/code\u003e class, specifying which rows to delete based on primary keys and the target table, respectively.\u003c/p\u003e\n"]]],[],null,[]]