public sealed class PostgresqlTable : IMessage<PostgresqlTable>, IEquatable<PostgresqlTable>, IDeepCloneable<PostgresqlTable>, IBufferMessage, IMessage
PostgreSQL table.
Implements
IMessage<PostgresqlTable>, IEquatable<PostgresqlTable>, IDeepCloneable<PostgresqlTable>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
PostgresqlTable()
public PostgresqlTable()
PostgresqlTable(PostgresqlTable)
public PostgresqlTable(PostgresqlTable other)
Parameter | |
---|---|
Name | Description |
other | PostgresqlTable |
Properties
PostgresqlColumns
public RepeatedField<PostgresqlColumn> PostgresqlColumns { get; }
PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
Property Value | |
---|---|
Type | Description |
RepeatedField<PostgresqlColumn> |
Table
public string Table { get; set; }
Table name.
Property Value | |
---|---|
Type | Description |
String |