public sealed class MysqlSourceConfig : IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessage
MySQL source configuration
Implements
IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
MysqlSourceConfig()
public MysqlSourceConfig()
MysqlSourceConfig(MysqlSourceConfig)
public MysqlSourceConfig(MysqlSourceConfig other)
Parameter | |
---|---|
Name | Description |
other | MysqlSourceConfig |
Properties
ExcludeObjects
public MysqlRdbms ExcludeObjects { get; set; }
MySQL objects to exclude from the stream.
Property Value | |
---|---|
Type | Description |
MysqlRdbms |
IncludeObjects
public MysqlRdbms IncludeObjects { get; set; }
MySQL objects to retrieve from the source.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Int32 |