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"]],[["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 webpage focuses on the `SetCell` class within the `Google.Cloud.Bigtable.V2` namespace, which is a type of mutation for setting the value of a specified cell in Bigtable."],["The latest version available for `SetCell` is 3.17.0, with a comprehensive history of versions ranging down to 2.2.0 also accessible on the page."],["`SetCell` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it offers methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Key properties of the `SetCell` class include `ColumnQualifier`, `FamilyName`, `TimestampMicros`, and `Value`, which define the cell's location, timestamp, and the data to be stored, respectively."],["The `SetCell` class has two constructors: a default constructor and one that accepts another `SetCell` object as a parameter for copying data."]]],[]]