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

AutonomousDatabaseConnectionStrings

import type { AutonomousDatabaseConnectionStrings } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
interface AutonomousDatabaseConnectionStrings {
readonly allConnectionStrings?: AllConnectionStrings;
readonly dedicated?: string;
readonly high?: string;
readonly low?: string;
readonly medium?: string;
readonly profiles?: DatabaseConnectionStringProfile[];
}

§Properties

§
readonly allConnectionStrings?: AllConnectionStrings
[src]

Output only. Returns all connection strings that can be used to connect to the Autonomous Database.

§
readonly dedicated?: string
[src]

Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.

§
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.

§

Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.