Class MysqlSourceConfig (1.0.0-beta02)

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

MySQL source configuration

Inheritance

Object > MysqlSourceConfig

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

MysqlSourceConfig()

public MysqlSourceConfig()

MysqlSourceConfig(MysqlSourceConfig)

public MysqlSourceConfig(MysqlSourceConfig other)
Parameter
NameDescription
otherMysqlSourceConfig

Properties

Allowlist

public MysqlRdbms Allowlist { get; set; }

MySQL objects to retrieve from the source.

Property Value
TypeDescription
MysqlRdbms

Rejectlist

public MysqlRdbms Rejectlist { get; set; }

MySQL objects to exclude from the stream.

Property Value
TypeDescription
MysqlRdbms