Class MysqlSourceConfig
MySQL source configuration
Implements
Inherited Members
Namespace: Google.Apis.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class MysqlSourceConfig : IDirectResponseSchemaProperties
BinaryLogPosition
Use Binary log position based replication.
Declaration
[JsonProperty("binaryLogPosition")]
public virtual BinaryLogPosition BinaryLogPosition { get; set; }Property Value
| Type | Description | 
|---|---|
| BinaryLogPosition | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ExcludeObjects
MySQL objects to exclude from the stream.
Declaration
[JsonProperty("excludeObjects")]
public virtual MysqlRdbms ExcludeObjects { get; set; }Property Value
| Type | Description | 
|---|---|
| MysqlRdbms | 
Gtid
Use GTID based replication.
Declaration
[JsonProperty("gtid")]
public virtual Gtid Gtid { get; set; }Property Value
| Type | Description | 
|---|---|
| Gtid | 
IncludeObjects
MySQL objects to retrieve from the source.
Declaration
[JsonProperty("includeObjects")]
public virtual MysqlRdbms IncludeObjects { get; set; }Property Value
| Type | Description | 
|---|---|
| MysqlRdbms | 
MaxConcurrentBackfillTasks
Maximum number of concurrent backfill tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.
Declaration
[JsonProperty("maxConcurrentBackfillTasks")]
public virtual int? MaxConcurrentBackfillTasks { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
MaxConcurrentCdcTasks
Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.
Declaration
[JsonProperty("maxConcurrentCdcTasks")]
public virtual int? MaxConcurrentCdcTasks { get; set; }Property Value
| Type | Description | 
|---|---|
| int? |