public sealed class Type.Types.Int64.Types.Encoding.Types.BigEndianBytes : IMessage<Type.Types.Int64.Types.Encoding.Types.BigEndianBytes>, IEquatable<Type.Types.Int64.Types.Encoding.Types.BigEndianBytes>, IDeepCloneable<Type.Types.Int64.Types.Encoding.Types.BigEndianBytes>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Type.Types.Int64.Types.Encoding.Types.BigEndianBytes.
Encodes the value as an 8-byte big-endian two's complement value.
Sorted mode: non-negative values are supported.
Distinct mode: all values are supported.
Compatible with:
BigQuery BINARY encoding
HBase Bytes.toBytes
Java ByteBuffer.putLong() with ByteOrder.BIG_ENDIAN
[[["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-17 UTC."],[[["This webpage provides reference documentation for the `Type.Types.Int64.Types.Encoding.Types.BigEndianBytes` class in the Google Cloud Bigtable Administration v2 API, with the latest version being 3.24.0."],["The `BigEndianBytes` class encodes values as 8-byte, big-endian, two's complement values and is compatible with BigQuery `BINARY` encoding, HBase `Bytes.toBytes`, and Java `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`."],["The class supports both sorted mode (non-negative values) and distinct mode (all values), and it inherits from the `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["The documentation details the available versions, constructors, properties, inherited members and provides a link to the namespace: `Google.Cloud.Bigtable.Admin.V2`."],["There are 31 versions of this documentation available, spanning from version 2.4.0 to 3.24.0."]]],[]]