public sealed class MysqlSourceConfig : IMessage<MysqlSourceConfig>, IEquatable<MysqlSourceConfig>, IDeepCloneable<MysqlSourceConfig>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1alpha1 API class MysqlSourceConfig.
MySQL source configuration
Implements
IMessageMysqlSourceConfig, IEquatableMysqlSourceConfig, IDeepCloneableMysqlSourceConfig, 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 | |