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 |
---|---|
Connection |
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? |
MongodbCluster
MongoDB cluster to enrich with child data objects and metadata.
Declaration
[JsonProperty("mongodbCluster")]
public virtual MongodbCluster MongodbCluster { get; set; }
Property Value
Type | Description |
---|---|
Mongodb |
MysqlRdbms
MySQL RDBMS to enrich with child data objects and metadata.
Declaration
[JsonProperty("mysqlRdbms")]
public virtual MysqlRdbms MysqlRdbms { get; set; }
Property Value
Type | Description |
---|---|
Mysql |
OracleRdbms
Oracle RDBMS to enrich with child data objects and metadata.
Declaration
[JsonProperty("oracleRdbms")]
public virtual OracleRdbms OracleRdbms { get; set; }
Property Value
Type | Description |
---|---|
Oracle |
PostgresqlRdbms
PostgreSQL RDBMS to enrich with child data objects and metadata.
Declaration
[JsonProperty("postgresqlRdbms")]
public virtual PostgresqlRdbms PostgresqlRdbms { get; set; }
Property Value
Type | Description |
---|---|
Postgresql |
SalesforceOrg
Salesforce organization to enrich with child data objects and metadata.
Declaration
[JsonProperty("salesforceOrg")]
public virtual SalesforceOrg SalesforceOrg { get; set; }
Property Value
Type | Description |
---|---|
Salesforce |
SqlServerRdbms
SQLServer RDBMS to enrich with child data objects and metadata.
Declaration
[JsonProperty("sqlServerRdbms")]
public virtual SqlServerRdbms SqlServerRdbms { get; set; }
Property Value
Type | Description |
---|---|
Sql |