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

AllConnectionStrings

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

A list of all connection strings that can be used to connect to the Autonomous Database.

interface AllConnectionStrings {
readonly high?: string;
readonly low?: string;
readonly medium?: string;
}

§Properties

§
readonly high?: string
[src]

Output only. The database service provides the highest level of resources to each SQL statement.

§
readonly low?: string
[src]

Output only. The database service provides the least level of resources to each SQL statement.

§
readonly medium?: string
[src]

Output only. The database service provides a lower level of resources to each SQL statement.