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

GooglePrivacyDlpV2BigQueryKey

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

Row key for identifying a record in BigQuery table.

interface GooglePrivacyDlpV2BigQueryKey {
rowNumber?: bigint;
}

§Properties

§
rowNumber?: bigint
[src]

Row number inferred at the time the table was scanned. This value is nondeterministic, cannot be queried, and may be null for inspection jobs. To locate findings within a table, specify inspect_job.storage_config.big_query_options.identifying_fields in CreateDlpJobRequest.

§

Complete BigQuery table reference.