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 information for the `PostgresqlSchema` class within the DataStream v1 API for .NET."],["The `PostgresqlSchema` class represents a PostgreSQL schema and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `PostgresqlTables` (a repeated field of `PostgresqlTable`) and `Schema` (a string representing the schema name)."],["The document details the available versions of `PostgresqlSchema`, ranging from version 1.0.0 to 2.9.0, with 2.9.0 being the latest version."],["`PostgresqlSchema` class has two constructor options: a default parameterless constructor and one that takes another `PostgresqlSchema` instance."]]],[]]