Class SqlServerSourceConfig
SQLServer data source configuration
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class SqlServerSourceConfig : IDirectResponseSchema
Properties
ChangeTables
CDC reader reads from change tables.
Declaration
[JsonProperty("changeTables")]
public virtual SqlServerChangeTables ChangeTables { get; set; }
Property Value
Type | Description |
---|---|
SqlServerChangeTables |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludeObjects
SQLServer objects to exclude from the stream.
Declaration
[JsonProperty("excludeObjects")]
public virtual SqlServerRdbms ExcludeObjects { get; set; }
Property Value
Type | Description |
---|---|
SqlServerRdbms |
IncludeObjects
SQLServer objects to include in the stream.
Declaration
[JsonProperty("includeObjects")]
public virtual SqlServerRdbms IncludeObjects { get; set; }
Property Value
Type | Description |
---|---|
SqlServerRdbms |
MaxConcurrentBackfillTasks
Max concurrent backfill tasks.
Declaration
[JsonProperty("maxConcurrentBackfillTasks")]
public virtual int? MaxConcurrentBackfillTasks { get; set; }
Property Value
Type | Description |
---|---|
int? |
MaxConcurrentCdcTasks
Max concurrent CDC tasks.
Declaration
[JsonProperty("maxConcurrentCdcTasks")]
public virtual int? MaxConcurrentCdcTasks { get; set; }
Property Value
Type | Description |
---|---|
int? |
TransactionLogs
CDC reader reads from transaction logs.
Declaration
[JsonProperty("transactionLogs")]
public virtual SqlServerTransactionLogs TransactionLogs { get; set; }
Property Value
Type | Description |
---|---|
SqlServerTransactionLogs |