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 documentation page covers the `BigEndianBytes` class within the Google Bigtable v2 API, used for encoding 8-byte, big-endian, two's complement `Bytes` values."],["The `BigEndianBytes` class is part of the `Google.Cloud.Bigtable.V2.Type.Types.Int64.Types.Encoding.Types` namespace, and the provided document includes information on the different versions from 2.2.0 up to the latest version 3.17.0."],["`BigEndianBytes` is self-delimiting but not order-preserving, and it maintains compatibility with BigQuery Federation's `BINARY` encoding, HBase `Bytes.toBytes`, and Java's `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`."],["The documentation shows that `BigEndianBytes` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and has constructors for default creation and cloning of existing `BigEndianBytes` objects."],["The `BytesType` property within the class is documented as deprecated and will be ignored."]]],[]]