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.8.0."],["`PostgresqlSchema` is a class representing a PostgreSQL schema, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PostgresqlSchema` class includes properties for `PostgresqlTables`, which represents tables within the schema, and `Schema`, which holds the schema's name."],["The document lists available versions of the `PostgresqlSchema` API, from version 1.0.0 up to the latest 2.9.0, as well as a link to them."],["The class can be instantiated using two available constructors: one default and one that takes another instance of `PostgresqlSchema` as a parameter."]]],[]]