DataStream v1 API - Class SourceObjectIdentifier.Types.MysqlObjectIdentifier (2.6.0)

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

Reference documentation and code samples for the DataStream v1 API class SourceObjectIdentifier.Types.MysqlObjectIdentifier.

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(MysqlObjectIdentifier)

public MysqlObjectIdentifier(SourceObjectIdentifier.Types.MysqlObjectIdentifier other)
Parameter
Name Description
other SourceObjectIdentifierTypesMysqlObjectIdentifier

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