public sealed class MysqlSourceConfig : IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessageMySQL source configuration
Implements
IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
MysqlSourceConfig()
public MysqlSourceConfig()MysqlSourceConfig(MysqlSourceConfig)
public MysqlSourceConfig(MysqlSourceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
MysqlSourceConfig |
Properties
Allowlist
public MysqlRdbms Allowlist { get; set; }MySQL objects to retrieve from the source.
| Property Value | |
|---|---|
| Type | Description |
MysqlRdbms |
|
Rejectlist
public MysqlRdbms Rejectlist { get; set; }MySQL objects to exclude from the stream.
| Property Value | |
|---|---|
| Type | Description |
MysqlRdbms |
|