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-03-21 UTC."],[[["This webpage provides documentation for the `Mutation.Types.SetCell` class within the Google Bigtable v2 API, offering reference materials and code samples."],["The `SetCell` class is a type of Mutation used to set the value of a specific cell in a Bigtable, with data able to be written into it, as a part of the Google Cloud Bigtable API."],["The latest version of the documentation available is version 3.17.0, and there are several other versions available ranging from 3.16.0 to 2.2.0."],["The `SetCell` class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the object class, demonstrating its capabilities and integration with other systems."],["The webpage details the properties of `SetCell`, such as `ColumnQualifier`, `FamilyName`, `TimestampMicros`, and `Value`, which dictate where and what data is written, allowing you to understand each one's specific type and function."]]],[]]