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

GooglePrivacyDlpV2DiscoveryBigQueryConditions

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

Requirements that must be true before a table is scanned in discovery for the first time. There is an AND relationship between the top-level attributes. Additionally, minimum conditions with an OR relationship that must be met before Cloud DLP scans a table can be set (like a minimum row count or a minimum table age).

interface GooglePrivacyDlpV2DiscoveryBigQueryConditions {
createdAfter?: Date;
typeCollection?: "BIG_QUERY_COLLECTION_UNSPECIFIED" | "BIG_QUERY_COLLECTION_ALL_TYPES" | "BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES";
}

§Properties

§
createdAfter?: Date
[src]

BigQuery table must have been created after this date. Used to avoid backfilling.

§

At least one of the conditions must be true for a table to be scanned.

§
typeCollection?: "BIG_QUERY_COLLECTION_UNSPECIFIED" | "BIG_QUERY_COLLECTION_ALL_TYPES" | "BIG_QUERY_COLLECTION_ONLY_SUPPORTED_TYPES"
[src]

Restrict discovery to categories of table types.

§

Restrict discovery to specific table types.