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-21 UTC."],[[["This document provides reference documentation for the `PostgresqlSchema` class within the DataStream v1 API for .NET, specifically version 2.3.0."],["The `PostgresqlSchema` class represents a PostgreSQL schema and inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The document covers the `PostgresqlSchema` class constructors, which are a default constructor and a copy constructor that takes another `PostgresqlSchema` object, and it also covers the members inherited from the base class `object`."],["The properties of the `PostgresqlSchema` class include `PostgresqlTables`, a list of tables within the schema, and `Schema`, which represents the name of the schema, both of which are detailed in this document."],["The documentation lists all versions of this API from version 1.0.0 to the latest version, 2.9.0, with links to each version's documentation."]]],[]]