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

DiscoverConnectionProfileRequest

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

Request message for 'discover' ConnectionProfile request.

interface DiscoverConnectionProfileRequest {
connectionProfile?: ConnectionProfile;
connectionProfileName?: string;
fullHierarchy?: boolean;
hierarchyDepth?: number;
mysqlRdbms?: MysqlRdbms;
oracleRdbms?: OracleRdbms;
postgresqlRdbms?: PostgresqlRdbms;
}

§Properties

§
connectionProfile?: ConnectionProfile
[src]

An ad-hoc connection profile configuration.

§
connectionProfileName?: string
[src]

A reference to an existing connection profile.

§
fullHierarchy?: boolean
[src]

Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).

§
hierarchyDepth?: number
[src]

The number of hierarchy levels below the current level to be retrieved.

§
mysqlRdbms?: MysqlRdbms
[src]

MySQL RDBMS to enrich with child data objects and metadata.

§
oracleRdbms?: OracleRdbms
[src]

Oracle RDBMS to enrich with child data objects and metadata.

§
postgresqlRdbms?: PostgresqlRdbms
[src]

PostgreSQL RDBMS to enrich with child data objects and metadata.