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

DataCollectionOptions

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

Data collection options for diagnostics.

interface DataCollectionOptions {
diagnosticsEventsEnabled?: boolean;
healthMonitoringEnabled?: boolean;
incidentLogsEnabled?: boolean;
}

§Properties

§
diagnosticsEventsEnabled?: boolean
[src]

Optional. Indicates whether diagnostic collection is enabled for the VM cluster

§
healthMonitoringEnabled?: boolean
[src]

Optional. Indicates whether health monitoring is enabled for the VM cluster

§
incidentLogsEnabled?: boolean
[src]

Optional. Indicates whether incident logs and trace collection are enabled for the VM cluster