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

DropRowRangeRequest

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

Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange

interface DropRowRangeRequest {
deleteAllDataFromTable?: boolean;
rowKeyPrefix?: Uint8Array;
}

§Properties

§
deleteAllDataFromTable?: boolean
[src]

Delete all rows in the table. Setting this to false is a no-op.

§
rowKeyPrefix?: Uint8Array
[src]

Delete all rows that start with this row key prefix. Prefix cannot be zero length.