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

GooglePrivacyDlpV2TableLocation

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

Location of a finding within a table.

interface GooglePrivacyDlpV2TableLocation {
rowIndex?: bigint;
}

§Properties

§
rowIndex?: bigint
[src]

The zero-based index of the row where the finding is located. Only populated for resources that have a natural ordering, not BigQuery. In BigQuery, to identify the row a finding came from, populate BigQueryOptions.identifying_fields with your primary key column names and when you store the findings the value of those columns will be stored inside of Finding.