DataStream v1 API - Class PostgresqlSchema (2.3.0)

public sealed class PostgresqlSchema : IMessage<PostgresqlSchema>, IEquatable<PostgresqlSchema>, IDeepCloneable<PostgresqlSchema>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1 API class PostgresqlSchema.

PostgreSQL schema.

Inheritance

object > PostgresqlSchema

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

PostgresqlSchema()

public PostgresqlSchema()

PostgresqlSchema(PostgresqlSchema)

public PostgresqlSchema(PostgresqlSchema other)
Parameter
NameDescription
otherPostgresqlSchema

Properties

PostgresqlTables

public RepeatedField<PostgresqlTable> PostgresqlTables { get; }

Tables in the schema.

Property Value
TypeDescription
RepeatedFieldPostgresqlTable

Schema

public string Schema { get; set; }

Schema name.

Property Value
TypeDescription
string