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"]],[["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-04-01 UTC."],[[["This webpage provides reference documentation for the `Mutation.Types.SetCell` class within the Google Bigtable v2 API, specifically for the .NET environment, with the current version being 3.8.0, although many other versions are listed."],["The `Mutation.Types.SetCell` class is used to define a mutation that sets the value of a cell in a Bigtable, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SetCell` class has constructors for creating new instances, including one that takes another `SetCell` object as a parameter, and has properties such as `ColumnQualifier`, `FamilyName`, `TimestampMicros`, and `Value` to configure the cell data."],["The documentation includes details about the properties, explaining their purpose, data type, and constraints, like how `TimestampMicros` should be set to -1 for the current Bigtable server time or match the table's granularity."],["The listed versions range from 3.17.0 as the latest, down to version 2.2.0."]]],[]]