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 Bigtable v2 API class Type.Types.Int64.Types.Encoding.Types.BigEndianBytes.
Encodes the value as an 8-byte big endian twos complement Bytes
value.
Order-preserving? No (positive values only)
Self-delimiting? Yes
Compatibility?
BigQuery Federation 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 page provides documentation for the `BigEndianBytes` class within the Google Bigtable v2 API, specifically for encoding 8-byte big-endian two's complement values."],["The `BigEndianBytes` class is a part of the `Google.Cloud.Bigtable.V2` namespace and is available across various versions, with version 3.17.0 being the latest and links to previous versions going as far back as version 2.2.0."],["The `BigEndianBytes` encoding is not order-preserving (only positive values), is self-delimiting, and compatible with BigQuery Federation `BINARY` encoding, HBase `Bytes.toBytes`, and Java `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`."],["The `BigEndianBytes` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Constructors are available to create a new `BigEndianBytes` instance, either with default values, or from another `BigEndianBytes` instance."]]],[]]