[[["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 documentation page covers the `Mutation` class within the Google Bigtable v2 API, specifically focusing on version 3.7.0, with links provided for other versions ranging from 3.17.0 down to 2.2.0."],["The `Mutation` class is used to define changes that will be made to rows in a Bigtable table, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides constructors to create new instances of a mutation, either as a default or by taking in another mutation instance, and has inherited members including `GetHashCode()`, `GetType()`, and `ToString()`."],["It allows for various operations on data within a row including deleting from a column (`DeleteFromColumn`), deleting from a column family (`DeleteFromFamily`), deleting the entire row (`DeleteFromRow`), or setting a cell's value (`SetCell`)."],["The `MutationCase` property is present to denote the active state of the type of mutation being done in the current instance of the class."]]],[]]