public sealed class MysqlObjectIdentifier : IMessage<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IBufferMessage, IMessage
Mysql data source object identifier.
Implements
IMessage<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
MysqlObjectIdentifier()
public MysqlObjectIdentifier()
MysqlObjectIdentifier(SourceObjectIdentifier.Types.MysqlObjectIdentifier)
public MysqlObjectIdentifier(SourceObjectIdentifier.Types.MysqlObjectIdentifier other)
Parameter | |
---|---|
Name | Description |
other | SourceObjectIdentifier.Types.MysqlObjectIdentifier |
Properties
Database
public string Database { get; set; }
Required. The database name.
Property Value | |
---|---|
Type | Description |
String |
Table
public string Table { get; set; }
Required. The table name.
Property Value | |
---|---|
Type | Description |
String |