Show / Hide Table of Contents

Class DiscoverConnectionProfileResponse

Response from a discover request.

Inheritance
object
DiscoverConnectionProfileResponse
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 DiscoverConnectionProfileResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MongodbCluster

Enriched MongoDB cluster.

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

MysqlRdbms

Enriched MySQL RDBMS object.

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

OracleRdbms

Enriched Oracle RDBMS object.

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

PostgresqlRdbms

Enriched PostgreSQL RDBMS object.

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

SalesforceOrg

Enriched Salesforce organization.

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

SqlServerRdbms

Enriched SQLServer RDBMS object.

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