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-04-09 UTC."],[[["This document provides reference information for the `PostgresqlSchema` class within the DataStream v1 API for .NET, specifically version 2.7.0."],["`PostgresqlSchema` is a class representing a PostgreSQL schema, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PostgresqlSchema` class includes properties for `PostgresqlTables` and `Schema`, representing the tables within the schema and the schema's name, respectively."],["The document also provides links to previous versions of the api, and the latest, which is version 2.9.0."],["The `PostgresqlSchema` class offers two constructors: a default constructor and one that allows for the creation of an instance by passing another `PostgresqlSchema`."]]],[]]