public sealed class Type.Types.Bytes : IMessage<Type.Types.Bytes>, IEquatable<Type.Types.Bytes>, IDeepCloneable<Type.Types.Bytes>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Type.Types.Bytes.
Bytes
Values of type Bytes are stored in Value.bytes_value.
[[["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 documentation covers the `Type.Types.Bytes` class within the Google Bigtable v2 API for .NET, specifically detailing its usage within the `Google.Cloud.Bigtable.V2` namespace."],["This class is used to store byte values, where values of type `Bytes` are stored in `Value.bytes_value` and it inherits from object while also implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists available versions, ranging from the latest version `3.17.0` down to version `2.2.0`, providing links to the documentation for each version of `Type.Types.Bytes`."],["The `Type.Types.Bytes` class has two constructors, a default constructor `Bytes()` and a constructor `Bytes(Type.Types.Bytes other)` which accepts another instance of the class, it also includes an `Encoding` property that specifies the encoding used for type conversions."]]],[]]