DiscoverConnectionProfileRequest class

Request message for 'discover' ConnectionProfile request.

Constructors

DiscoverConnectionProfileRequest({ConnectionProfile? connectionProfile, String? connectionProfileName, bool? fullHierarchy, int? hierarchyDepth, MysqlRdbms? mysqlRdbms, OracleRdbms? oracleRdbms, PostgresqlRdbms? postgresqlRdbms})
DiscoverConnectionProfileRequest.fromJson(Map json_)

Properties

connectionProfile ConnectionProfile?
An ad-hoc connection profile configuration.
getter/setter pair
connectionProfileName String?
A reference to an existing connection profile.
getter/setter pair
fullHierarchy bool?
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hierarchyDepth int?
The number of hierarchy levels below the current level to be retrieved.
getter/setter pair
mysqlRdbms MysqlRdbms?
MySQL RDBMS to enrich with child data objects and metadata.
getter/setter pair
oracleRdbms OracleRdbms?
Oracle RDBMS to enrich with child data objects and metadata.
getter/setter pair
postgresqlRdbms PostgresqlRdbms?
PostgreSQL RDBMS to enrich with child data objects and metadata.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited