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-07-09 UTC."],[[["This webpage provides reference documentation for the `Type.Types.Int64.Types.Encoding.Types.BigEndianBytes` class in the Google Bigtable v2 API for .NET."],["The latest version documented is 3.17.0, and the page lists documentation for versions ranging from 2.2.0 to 3.17.0, each linking to its corresponding reference page."],["The `BigEndianBytes` class encodes values as an 8-byte big-endian two's complement `Bytes` value, and it is self-delimiting but not order-preserving for negative values."],["This encoding is compatible with BigQuery Federation's `BINARY` encoding, HBase's `Bytes.toBytes`, and Java's `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`."],["The `BigEndianBytes` class inherits from the object class and implements various interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]