public sealed class PostgresqlSchema : IMessage<PostgresqlSchema>, IEquatable<PostgresqlSchema>, IDeepCloneable<PostgresqlSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PostgresqlSchema.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-31 UTC."],[[["The latest version of the `PostgresqlSchema` class is 2.9.0, but this documentation specifically covers version 2.5.0 of the class within the `Google.Cloud.Datastream.V1` namespace."],["The `PostgresqlSchema` class represents a PostgreSQL schema, and is part of the DataStream v1 API in Google Cloud, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class includes properties for managing tables within a schema, represented by the `PostgresqlTables` property, which is a `RepeatedField` of `PostgresqlTable`, as well as the `Schema` property for the schema's name as a `string`."],["Constructors for the `PostgresqlSchema` class are provided to create new instances, including one that accepts another `PostgresqlSchema` object for copying, and another that has no parameter."]]],[]]