Show / Hide Table of Contents

Class MysqlSourceConfig

MySQL source configuration

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

Properties

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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX