Class DiscoverConnectionProfileRequest
Request message for 'discover' ConnectionProfile request.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class DiscoverConnectionProfileRequest : IDirectResponseSchema
Properties
ConnectionProfile
An ad-hoc connection profile configuration.
Declaration
[JsonProperty("connectionProfile")]
public virtual ConnectionProfile ConnectionProfile { get; set; }
Property Value
Type | Description |
---|---|
ConnectionProfile |
ConnectionProfileName
A reference to an existing connection profile.
Declaration
[JsonProperty("connectionProfileName")]
public virtual string ConnectionProfileName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullHierarchy
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
Declaration
[JsonProperty("fullHierarchy")]
public virtual bool? FullHierarchy { get; set; }
Property Value
Type | Description |
---|---|
bool? |
HierarchyDepth
The number of hierarchy levels below the current level to be retrieved.
Declaration
[JsonProperty("hierarchyDepth")]
public virtual int? HierarchyDepth { get; set; }
Property Value
Type | Description |
---|---|
int? |
MysqlRdbms
MySQL RDBMS to enrich with child data objects and metadata.
Declaration
[JsonProperty("mysqlRdbms")]
public virtual MysqlRdbms MysqlRdbms { get; set; }
Property Value
Type | Description |
---|---|
MysqlRdbms |
OracleRdbms
Oracle RDBMS to enrich with child data objects and metadata.
Declaration
[JsonProperty("oracleRdbms")]
public virtual OracleRdbms OracleRdbms { get; set; }
Property Value
Type | Description |
---|---|
OracleRdbms |
PostgresqlRdbms
PostgreSQL RDBMS to enrich with child data objects and metadata.
Declaration
[JsonProperty("postgresqlRdbms")]
public virtual PostgresqlRdbms PostgresqlRdbms { get; set; }
Property Value
Type | Description |
---|---|
PostgresqlRdbms |
SqlServerRdbms
SQLServer RDBMS to enrich with child data objects and metadata.
Declaration
[JsonProperty("sqlServerRdbms")]
public virtual SqlServerRdbms SqlServerRdbms { get; set; }
Property Value
Type | Description |
---|---|
SqlServerRdbms |