Class SourceObjectIdentifier.Types.MysqlObjectIdentifier (1.0.0)

public sealed class MysqlObjectIdentifier : IMessage<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.MysqlObjectIdentifier>, IBufferMessage, IMessage

Mysql data source object identifier.

Inheritance

Object > SourceObjectIdentifier.Types.MysqlObjectIdentifier

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

MysqlObjectIdentifier()

public MysqlObjectIdentifier()

MysqlObjectIdentifier(SourceObjectIdentifier.Types.MysqlObjectIdentifier)

public MysqlObjectIdentifier(SourceObjectIdentifier.Types.MysqlObjectIdentifier other)
Parameter
NameDescription
otherSourceObjectIdentifier.Types.MysqlObjectIdentifier

Properties

Database

public string Database { get; set; }

Required. The database name.

Property Value
TypeDescription
String

Table

public string Table { get; set; }

Required. The table name.

Property Value
TypeDescription
String