public sealed class PostgresqlTable : IMessage<PostgresqlTable>, IEquatable<PostgresqlTable>, IDeepCloneable<PostgresqlTable>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PostgresqlTable.
PostgreSQL table.
Implements
IMessagePostgresqlTable, IEquatablePostgresqlTable, IDeepCloneablePostgresqlTable, 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 |
RepeatedFieldPostgresqlColumn |
Table
public string Table { get; set; }
Table name.
Property Value | |
---|---|
Type | Description |
string |