Class SourceConfig
The configuration of the stream source.
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SourceConfig : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MongodbSourceConfig
MongoDB data source configuration.
Declaration
[JsonProperty("mongodbSourceConfig")]
public virtual MongodbSourceConfig MongodbSourceConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| MongodbSourceConfig | 
MysqlSourceConfig
MySQL data source configuration.
Declaration
[JsonProperty("mysqlSourceConfig")]
public virtual MysqlSourceConfig MysqlSourceConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| MysqlSourceConfig | 
OracleSourceConfig
Oracle data source configuration.
Declaration
[JsonProperty("oracleSourceConfig")]
public virtual OracleSourceConfig OracleSourceConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| OracleSourceConfig | 
PostgresqlSourceConfig
PostgreSQL data source configuration.
Declaration
[JsonProperty("postgresqlSourceConfig")]
public virtual PostgresqlSourceConfig PostgresqlSourceConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| PostgresqlSourceConfig | 
SalesforceSourceConfig
Salesforce data source configuration.
Declaration
[JsonProperty("salesforceSourceConfig")]
public virtual SalesforceSourceConfig SalesforceSourceConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| SalesforceSourceConfig | 
SourceConnectionProfile
Required. Source connection profile resource. Format:
projects/{project}/locations/{location}/connectionProfiles/{name}
Declaration
[JsonProperty("sourceConnectionProfile")]
public virtual string SourceConnectionProfile { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
SqlServerSourceConfig
SQLServer data source configuration.
Declaration
[JsonProperty("sqlServerSourceConfig")]
public virtual SqlServerSourceConfig SqlServerSourceConfig { get; set; }Property Value
| Type | Description | 
|---|---|
| SqlServerSourceConfig |