Class MysqlTable (1.0.0-beta02)

public sealed class MysqlTable : IMessage<MysqlTable>, IEquatable<MysqlTable>, IDeepCloneable<MysqlTable>, IBufferMessage, IMessage

MySQL table.

Inheritance

Object > MysqlTable

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

MysqlTable()

public MysqlTable()

MysqlTable(MysqlTable)

public MysqlTable(MysqlTable other)
Parameter
NameDescription
otherMysqlTable

Properties

MysqlColumns

public RepeatedField<MysqlColumn> MysqlColumns { get; }

MySQL columns in the database. When unspecified as part of include/exclude lists, includes/excludes everything.

Property Value
TypeDescription
RepeatedField<MysqlColumn>

TableName

public string TableName { get; set; }

Table name.

Property Value
TypeDescription
String