DataStream v1alpha1 API - Class MysqlSourceConfig (2.0.0-alpha04)

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

Reference documentation and code samples for the DataStream v1alpha1 API class MysqlSourceConfig.

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