GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes
import type { GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";
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
interface GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes {
bytesType?: GoogleBigtableAdminV2TypeBytes;
}§Properties
§
bytesType?: GoogleBigtableAdminV2TypeBytes
[src]Deprecated: ignored if set.