public sealed class PostgresqlTable : IMessage<PostgresqlTable>, IEquatable<PostgresqlTable>, IDeepCloneable<PostgresqlTable>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PostgresqlTable.
[[["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 `PostgresqlTable` class within the DataStream v1 API, specifically version 2.5.0."],["The `PostgresqlTable` class represents a PostgreSQL table and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available of this API is 2.9.0, while multiple older versions ranging from 2.8.0 to 1.0.0 are also available for browsing and use."],["The class includes properties for `PostgresqlColumns` (a list of columns) and `Table` (the table's name)."],["The documentation covers the class's constructors, implemented interfaces, inherited members, namespace and assembly."]]],[]]