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 `SetCell` class within the `Google.Cloud.Bigtable.V2` namespace allows setting the value of a specific cell in a Bigtable mutation."],["It is a concrete implementation of the `Mutation.Types.SetCell` and inherits from the base `Object` class, while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SetCell` class has constructors that allow for the creation of a new instance, either empty or by copying another `SetCell` instance."],["Key properties of the `SetCell` class include `ColumnQualifier`, `FamilyName`, `TimestampMicros`, and `Value`, which define the characteristics of the cell to be written to, such as its column, family, timestamp, and the value to be stored."],["The latest version of the documentations available for `Google.Cloud.Bigtable.V2` is version 3.17.0, with versions back to 2.2.0."]]],[]]