public sealed class MysqlTable : IMessage<MysqlTable>, IEquatable<MysqlTable>, IDeepCloneable<MysqlTable>, IBufferMessage, IMessage
MySQL table.
Implements
IMessage<MysqlTable>, IEquatable<MysqlTable>, IDeepCloneable<MysqlTable>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
MysqlTable()
public MysqlTable()
MysqlTable(MysqlTable)
public MysqlTable(MysqlTable other)
Parameter | |
---|---|
Name | Description |
other | MysqlTable |
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 | |
---|---|
Type | Description |
RepeatedField<MysqlColumn> |
Table
public string Table { get; set; }
Table name.
Property Value | |
---|---|
Type | Description |
String |