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-31 UTC."],[[["The `PostgresqlTable` class in the DataStream v1 API represents a PostgreSQL table and is available in multiple versions, with the latest being 2.9.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["The `PostgresqlTable` class provides a `PostgresqlColumns` property to manage PostgreSQL columns within the table, and a `Table` property to specify the table name."],["The class offers two constructors: a default constructor and one that accepts another `PostgresqlTable` instance as a parameter, for the purpose of deep cloning."],["The documentation also includes a list of inherited members such as `GetHashCode`, `GetType`, and `ToString`, from the base `object` class."]]],[]]