Class MysqlSourceConfig (2.1.0)

public sealed class MysqlSourceConfig : IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessage

MySQL source configuration

Inheritance

Object > MysqlSourceConfig

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

MysqlSourceConfig()

public MysqlSourceConfig()

MysqlSourceConfig(MysqlSourceConfig)

public MysqlSourceConfig(MysqlSourceConfig other)
Parameter
NameDescription
otherMysqlSourceConfig

Properties

ExcludeObjects

public MysqlRdbms ExcludeObjects { get; set; }

MySQL objects to exclude from the stream.

Property Value
TypeDescription
MysqlRdbms

IncludeObjects

public MysqlRdbms IncludeObjects { get; set; }

MySQL objects to retrieve from the source.

Property Value
TypeDescription
MysqlRdbms

MaxConcurrentCdcTasks

public int MaxConcurrentCdcTasks { get; set; }

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.

Property Value
TypeDescription
Int32