public sealed class Mutation.Types.SetCell : IMessage<Mutation.Types.SetCell>, IEquatable<Mutation.Types.SetCell>, IDeepCloneable<Mutation.Types.SetCell>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Mutation.Types.SetCell.
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 provides documentation for the \u003ccode\u003eMutation.Types.SetCell\u003c/code\u003e class within the Google Bigtable v2 API, which is used to set the value of a specific cell in a Bigtable.\u003c/p\u003e\n"],["\u003cp\u003eThe content lists available versions of the Google.Cloud.Bigtable.V2 library, ranging from version 2.2.0 to the latest version 3.17.0, providing links to the documentation for each.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMutation.Types.SetCell\u003c/code\u003e 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 members from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes constructors (\u003ccode\u003eSetCell()\u003c/code\u003e, \u003ccode\u003eSetCell(SetCell)\u003c/code\u003e) and properties such as \u003ccode\u003eColumnQualifier\u003c/code\u003e, \u003ccode\u003eFamilyName\u003c/code\u003e, \u003ccode\u003eTimestampMicros\u003c/code\u003e, and \u003ccode\u003eValue\u003c/code\u003e, which define how and where the new cell value is written.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSetCell\u003c/code\u003e method in the \u003ccode\u003eMutation.Types\u003c/code\u003e class is used to update or create a value within a specific cell and can be defined by the column name, family, timestamp and value.\u003c/p\u003e\n"]]],[],null,[]]