Class DiscoverConnectionProfileRequest
Request message for 'discover' ConnectionProfile request.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1alpha1.Data
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class DiscoverConnectionProfileRequest : IDirectResponseSchema
Properties
ConnectionProfile
An ad-hoc ConnectionProfile configuration.
Declaration
[JsonProperty("connectionProfile")]
public virtual ConnectionProfile ConnectionProfile { get; set; }
Property Value
Type | Description |
---|---|
ConnectionProfile |
ConnectionProfileName
A reference to an existing ConnectionProfile.
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 |
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 |
RecursionDepth
The number of hierarchy levels below the current level to be retrieved.
Declaration
[JsonProperty("recursionDepth")]
public virtual int? RecursionDepth { get; set; }
Property Value
Type | Description |
---|---|
int? |
Recursive
Whether to retrieve the full hierarchy of data objects (TRUE) or only the current level (FALSE).
Declaration
[JsonProperty("recursive")]
public virtual bool? Recursive { get; set; }
Property Value
Type | Description |
---|---|
bool? |