Google Cloud Bigtable Administration v2 API - Class Type.Types.Int64.Types.Encoding.Types.BigEndianBytes (3.23.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 two's complement value.

Sorted mode: non-negative values are supported.

Distinct mode: all values are supported.

Compatible with:

  • BigQuery 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
Name Description
other TypeTypesInt64TypesEncodingTypesBigEndianBytes

Properties

BytesType

[Obsolete]
public Type.Types.Bytes BytesType { get; set; }

Deprecated: ignored if set.

Property Value
Type Description
TypeTypesBytes