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

GoogleBigtableAdminV2AuthorizedViewSubsetView

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

Defines a simple AuthorizedView that is a subset of the underlying Table.

interface GoogleBigtableAdminV2AuthorizedViewSubsetView {
familySubsets?: {};
rowPrefixes?: Uint8Array[];
}

§Properties

§

Map from column family name to the columns in this family to be included in the AuthorizedView.

§
rowPrefixes?: Uint8Array[]
[src]

Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").