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

DataCollectionOptionsDbSystem

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

Data collection options for DbSystem.

interface DataCollectionOptionsDbSystem {
isDiagnosticsEventsEnabled?: boolean;
isIncidentLogsEnabled?: boolean;
}

§Properties

§
isDiagnosticsEventsEnabled?: boolean
[src]

Optional. Indicates whether to enable data collection for diagnostics.

§
isIncidentLogsEnabled?: boolean
[src]

Optional. Indicates whether to enable incident logs and trace collection.