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

QueryInsightsInstanceConfig

import type { QueryInsightsInstanceConfig } from "https://googleapis.deno.dev/v1/alloydb:v1.ts";

QueryInsights Instance specific configuration.

interface QueryInsightsInstanceConfig {
queryPlansPerMinute?: number;
queryStringLength?: number;
recordApplicationTags?: boolean;
recordClientAddress?: boolean;
}

§Properties

§
queryPlansPerMinute?: number
[src]

Number of query execution plans captured by Insights per minute for all queries combined. The default value is 5. Any integer between 0 and 20 is considered valid.

§
queryStringLength?: number
[src]

Query string length. The default value is 1024. Any integer between 256 and 4500 is considered valid.

§
recordApplicationTags?: boolean
[src]

Record application tags for an instance. This flag is turned "on" by default.

§
recordClientAddress?: boolean
[src]

Record client address for an instance. Client address is PII information. This flag is turned "on" by default.