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, IMessageReference 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
BINARYencoding - HBase
Bytes.toBytes - Java
ByteBuffer.putLong()withByteOrder.BIG_ENDIAN
- BigQuery Federation
Implements
IMessageTypeTypesInt64TypesEncodingTypesBigEndianBytes, IEquatableTypeTypesInt64TypesEncodingTypesBigEndianBytes, IDeepCloneableTypeTypesInt64TypesEncodingTypesBigEndianBytes, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.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; }Deprecated: ignored if set.
| Property Value | |
|---|---|
| Type | Description |
TypeTypesBytes |
|