DataStream v1 API - Class PostgresqlTable (2.6.0)

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.

Inheritance

object > PostgresqlTable

Namespace

Google.Cloud.Datastream.V1

Assembly

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