public sealed class PostgresqlSchema : IMessage<PostgresqlSchema>, IEquatable<PostgresqlSchema>, IDeepCloneable<PostgresqlSchema>, IBufferMessage, IMessage
PostgreSQL schema.
Implements
IMessage<PostgresqlSchema>, IEquatable<PostgresqlSchema>, IDeepCloneable<PostgresqlSchema>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
PostgresqlSchema()
public PostgresqlSchema()
PostgresqlSchema(PostgresqlSchema)
public PostgresqlSchema(PostgresqlSchema other)
Parameter | |
---|---|
Name | Description |
other | PostgresqlSchema |
Properties
PostgresqlTables
public RepeatedField<PostgresqlTable> PostgresqlTables { get; }
Tables in the schema.
Property Value | |
---|---|
Type | Description |
RepeatedField<PostgresqlTable> |
Schema
public string Schema { get; set; }
Schema name.
Property Value | |
---|---|
Type | Description |
String |