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.
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 webpage provides reference documentation for the `Type.Types.Int64.Types.Encoding.Types.BigEndianBytes` class in the Google Cloud Bigtable Administration v2 API, specifically within the .NET framework."],["The `BigEndianBytes` class encodes values as 8-byte big-endian two's complement `Bytes`, and is compatible with BigQuery Federation's `BINARY` encoding and HBase's `Bytes.toBytes` format."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The page also lists available versions of this documentation, ranging from the latest version `3.24.0` to version `2.4.0`, allowing users to access the API documentation applicable to their project."],["The `BigEndianBytes` class has two constructors, `BigEndianBytes()` and `BigEndianBytes(BigEndianBytes other)`, and includes a `BytesType` property, however it is noted as being deprecated."]]],[]]