public sealed class SetCell : IMessage<Mutation.Types.SetCell>, IEquatable<Mutation.Types.SetCell>, IDeepCloneable<Mutation.Types.SetCell>, IBufferMessage, IMessage
A Mutation which sets the value of the specified cell.
The timestamp of the cell into which new data should be written.
Use -1 for current Bigtable server time.
Otherwise, the client should set this value itself, noting that the
default value is a timestamp of zero if the field is left unspecified.
Values must match the granularity of the table (e.g. micros, millis).
[[["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-12 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eSetCell\u003c/code\u003e class, which is a type of \u003ccode\u003eMutation\u003c/code\u003e used to set the value of a specific cell in Google Cloud Bigtable.\u003c/p\u003e\n"],["\u003cp\u003eThe page provides documentation for \u003ccode\u003eSetCell\u003c/code\u003e within the \u003ccode\u003eGoogle.Cloud.Bigtable.V2\u003c/code\u003e namespace, highlighting its implementation of multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eSetCell\u003c/code\u003e include \u003ccode\u003eColumnQualifier\u003c/code\u003e, \u003ccode\u003eFamilyName\u003c/code\u003e, \u003ccode\u003eTimestampMicros\u003c/code\u003e, and \u003ccode\u003eValue\u003c/code\u003e, each with descriptions and type information to clarify their use in setting cell data.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation covers multiple versions of the package, from 2.2.0 all the way up to the latest version, 3.17.0, allowing for version-specific reference.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSetCell\u003c/code\u003e objects can be constructed using a default constructor, or a copy constructor that accepts another \u003ccode\u003eSetCell\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,[]]