public sealed class Modification : IMessage<ModifyColumnFamiliesRequest.Types.Modification>, IEquatable<ModifyColumnFamiliesRequest.Types.Modification>, IDeepCloneable<ModifyColumnFamiliesRequest.Types.Modification>, IBufferMessage, IMessage
A create, update, or delete of a particular column family.
[[["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-08 UTC."],[[["\u003cp\u003eThe provided content outlines various versions of the \u003ccode\u003eModifyColumnFamiliesRequest.Types.Modification\u003c/code\u003e class, starting from version 2.4.0 up to the latest version 3.24.0, which are used in the Google Cloud Bigtable Admin V2 .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModification\u003c/code\u003e class, part of the \u003ccode\u003eGoogle.Cloud.Bigtable.Admin.V2\u003c/code\u003e namespace, facilitates the creation, update, or deletion of column families in Google Cloud Bigtable.\u003c/p\u003e\n"],["\u003cp\u003eThis 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 methods from the base \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe main functionalities of the \u003ccode\u003eModification\u003c/code\u003e class are represented by its properties: \u003ccode\u003eCreate\u003c/code\u003e to define a new column family, \u003ccode\u003eDrop\u003c/code\u003e to delete a column family, \u003ccode\u003eId\u003c/code\u003e to specify the column family to be modified and \u003ccode\u003eUpdate\u003c/code\u003e to make changes to an existing column family.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: \u003ccode\u003eModification()\u003c/code\u003e creates a new instance of the class, while \u003ccode\u003eModification(ModifyColumnFamiliesRequest.Types.Modification other)\u003c/code\u003e creates a new instance based on another object of the same class.\u003c/p\u003e\n"]]],[],null,[]]