Google Cloud Bigtable Administration v2 API - Class Type.Types.Int64.Types.Encoding.Types.BigEndianBytes (3.14.0)

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

Inheritance

object > Type.Types.Int64.Types.Encoding.Types.BigEndianBytes

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

BigEndianBytes()

public BigEndianBytes()

BigEndianBytes(BigEndianBytes)

public BigEndianBytes(Type.Types.Int64.Types.Encoding.Types.BigEndianBytes other)
Parameter
NameDescription
otherTypeTypesInt64TypesEncodingTypesBigEndianBytes

Properties

BytesType

public Type.Types.Bytes BytesType { get; set; }

The underlying Bytes type, which may be able to encode further.

Property Value
TypeDescription
TypeTypesBytes