public sealed class BatchWriteRequest.Types.MutationGroup : IMessage<BatchWriteRequest.Types.MutationGroup>, IEquatable<BatchWriteRequest.Types.MutationGroup>, IDeepCloneable<BatchWriteRequest.Types.MutationGroup>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class BatchWriteRequest.Types.MutationGroup.
A group of mutations to be committed together. Related mutations should be
placed in a group. For example, two mutations inserting rows with the same
primary key prefix in both parent and child tables are related.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `BatchWriteRequest.Types.MutationGroup` class within the Google Cloud Spanner v1 API, detailing its purpose and functionality."],["The `MutationGroup` class is used to group related mutations for batch commits, such as inserting rows with the same primary key prefix in parent and child tables."],["The page lists various versions of the Google Cloud Spanner v1 API, ranging from version 3.5.0 up to the latest beta release, 5.0.0-beta05, which are documented."],["The `MutationGroup` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer management."],["The `Mutations` property within the `MutationGroup` class is a required field of the type `RepeatedField\u003cMutation\u003e` which holds the list of mutations that are in a given group."]]],[]]