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

GoogleBigtableAdminV2AuthorizedViewFamilySubsets

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

Subsets of a column family that are included in this AuthorizedView.

interface GoogleBigtableAdminV2AuthorizedViewFamilySubsets {
qualifierPrefixes?: Uint8Array[];
qualifiers?: Uint8Array[];
}

§Properties

§
qualifierPrefixes?: Uint8Array[]
[src]

Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix ("").

§
qualifiers?: Uint8Array[]
[src]

Individual exact column qualifiers to be included in the AuthorizedView.