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

LogFileDirectories

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

Configuration to specify the Oracle directories to access the log files.

interface LogFileDirectories {
archivedLogDirectory?: string;
onlineLogDirectory?: string;
}

§Properties

§
archivedLogDirectory?: string
[src]

Required. Oracle directory for archived logs.

§
onlineLogDirectory?: string
[src]

Required. Oracle directory for online logs.