Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleBigtableAdminV2TypeBytesEncodingRaw

import type { GoogleBigtableAdminV2TypeBytesEncodingRaw } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Leaves the value as-is. Sorted mode: all values are supported. Distinct mode: all values are supported.

interface GoogleBigtableAdminV2TypeBytesEncodingRaw {
escapeNulls?: boolean;
}

§Properties

§
escapeNulls?: boolean
[src]

If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value which only contains the null byte 0x00, has one more null byte appended.