Class PostgresqlRdbms (2.1.0)

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

PostgreSQL database structure.

Inheritance

Object > PostgresqlRdbms

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

PostgresqlRdbms()

public PostgresqlRdbms()

PostgresqlRdbms(PostgresqlRdbms)

public PostgresqlRdbms(PostgresqlRdbms other)
Parameter
NameDescription
otherPostgresqlRdbms

Properties

PostgresqlSchemas

public RepeatedField<PostgresqlSchema> PostgresqlSchemas { get; }

PostgreSQL schemas in the database server.

Property Value
TypeDescription
RepeatedField<PostgresqlSchema>