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()
withByteOrder.BIG_ENDIAN
- BigQuery Federation
Implements
IMessageTypeTypesInt64TypesEncodingTypesBigEndianBytes, IEquatableTypeTypesInt64TypesEncodingTypesBigEndianBytes, IDeepCloneableTypeTypesInt64TypesEncodingTypesBigEndianBytes, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
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
public Type.Types.Bytes BytesType { get; set; }
The underlying Bytes
type, which may be able to encode further.
Property Value | |
---|---|
Type | Description |
TypeTypesBytes |