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

GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence

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

How often existing tables should have their profiles refreshed. New tables are scanned as quickly as possible depending on system capacity.

interface GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence {
refreshFrequency?:
| "UPDATE_FREQUENCY_UNSPECIFIED"
| "UPDATE_FREQUENCY_NEVER"
| "UPDATE_FREQUENCY_DAILY"
| "UPDATE_FREQUENCY_MONTHLY";
}

§Properties

§
refreshFrequency?: "UPDATE_FREQUENCY_UNSPECIFIED" | "UPDATE_FREQUENCY_NEVER" | "UPDATE_FREQUENCY_DAILY" | "UPDATE_FREQUENCY_MONTHLY"
[src]

Data changes (non-schema changes) in Cloud SQL tables can't trigger reprofiling. If you set this field, profiles are refreshed at this frequency regardless of whether the underlying tables have changes. Defaults to never.

§

When to reprofile if the schema has changed.