public sealed class MysqlTable : IMessage<MysqlTable>, IEquatable<MysqlTable>, IDeepCloneable<MysqlTable>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1alpha1 API class MysqlTable.
MySQL table.
Implements
IMessage<MysqlTable>, IEquatable<MysqlTable>, IDeepCloneable<MysqlTable>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
MysqlTable()
public MysqlTable()
MysqlTable(MysqlTable)
public MysqlTable(MysqlTable other)
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.
Type | Description |
RepeatedField<MysqlColumn> |
TableName
public string TableName { get; set; }
Table name.
Type | Description |
String |