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 provided content is reference documentation for the `PostgresqlSchema` class within the DataStream v1 API, specifically version 2.2.0, and outlines its structure and implementation."],["`PostgresqlSchema` is a class representing a PostgreSQL schema, inheriting from `Object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage`."],["The class has properties for `PostgresqlTables`, which is a collection of tables within the schema, and `Schema`, representing the name of the schema as a string."],["The documentation includes details on the constructors available for the `PostgresqlSchema` class: a default constructor and one that takes another `PostgresqlSchema` object."],["There are multiple versions of the documentation available, ranging from version 1.0.0 to the latest 2.9.0, all within the Google.Cloud.Datastream.V1 namespace."]]],[]]