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 twos complement Bytes
value.
Natural sort? 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-03-21 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 `Bytes` values and is compatible with BigQuery Federation `BINARY` encoding and HBase `Bytes.toBytes`."],["The documentation covers versions of the API ranging from 3.0.0 up to the latest 3.24.0 and includes details on the class's inheritance, implemented interfaces, constructors, and the `BytesType` property."],["The class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET environment."],["The `BigEndianBytes` encoding is self-delimiting and doesn't use natural sorting and utilizes Java's `ByteBuffer.putLong()` method with `ByteOrder.BIG_ENDIAN` for encoding."]]],[]]