[[["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."],[[["The latest version of the `Google.Cloud.Bigtable.V2.Mutation` is 3.17.0, and multiple previous versions, ranging from 3.16.0 down to 2.2.0, are also documented."],["The `Mutation` class, found in the `Google.Cloud.Bigtable.V2` namespace within the Google.Cloud.Bigtable.V2.dll assembly, specifies changes to a row's contents."],["The `Mutation` class implements several interfaces, including `IMessage\u003cMutation\u003e`, `IEquatable\u003cMutation\u003e`, `IDeepCloneable\u003cMutation\u003e`, `IBufferMessage`, and `IMessage`, and has constructors for creating a new empty `Mutation` or a `Mutation` copied from an existing one."],["The `Mutation` class includes properties to manage cell-level changes, such as `DeleteFromColumn`, `DeleteFromFamily`, `DeleteFromRow`, and `SetCell`, which are used to modify the data within a specific row."],["The `MutationCase` property is used to determine the type of mutation that is being performed on a row, being delete or set operations."]]],[]]