Show / Hide Table of Contents

Class DiscoverConnectionProfileRequest

Request message for 'discover' ConnectionProfile request.

Inheritance
object
DiscoverConnectionProfileRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

MongodbCluster

MongoDB cluster to enrich with child data objects and metadata.

Declaration
[JsonProperty("mongodbCluster")]
public virtual MongodbCluster MongodbCluster { get; set; }
Property Value
Type Description
MongodbCluster

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

SalesforceOrg

Salesforce organization to enrich with child data objects and metadata.

Declaration
[JsonProperty("salesforceOrg")]
public virtual SalesforceOrg SalesforceOrg { get; set; }
Property Value
Type Description
SalesforceOrg

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX