public sealed class PostgresqlSchema : IMessage<PostgresqlSchema>, IEquatable<PostgresqlSchema>, IDeepCloneable<PostgresqlSchema>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1 API class PostgresqlSchema.
PostgreSQL schema.
Implements
IMessagePostgresqlSchema, IEquatablePostgresqlSchema, IDeepCloneablePostgresqlSchema, 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 | 
| RepeatedFieldPostgresqlTable | |
Schema
public string Schema { get; set; }Schema name.
| Property Value | |
|---|---|
| Type | Description | 
| string | |