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

Split

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

An initial split point for a newly created table.

interface Split {
key?: Uint8Array;
}

§Properties

§
key?: Uint8Array
[src]

Row key to use as an initial tablet boundary.