public sealed class Value : IMessage<Value>, IEquatable<Value>, IDeepCloneable<Value>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Value.
Value represents a dynamically typed value.
The typed fields in Value are used as a transport encoding for the actual
value (which may be of a more complex type). See the documentation of the
Type message for more details.
[[["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-06-12 UTC."],[[["The provided content is a reference documentation for the `Value` class within the Google Bigtable v2 API for .NET, specifically version 3.11.0, with links to other versions ranging from 2.2.0 to the latest 3.17.0."],["The `Value` class represents a dynamically typed value used as a transport encoding, with details about its fields like `IntValue`, `RawTimestampMicros`, and `RawValue`, which provide different ways to represent the underlying data."],["The documentation outlines the inheritance and implementation of the `Value` class, showing that it inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes details on the `Value` class's constructors, properties, such as `HasIntValue`, `HasRawTimestampMicros`, `HasRawValue`, `IntValue`, `KindCase`, `RawTimestampMicros`, and `RawValue`, along with their corresponding types and descriptions."],["There are multiple version of this documentation available, which are accessible via links, with the latest version being `3.17.0`."]]],[]]