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."],[[["The latest version of the `PostgresqlTable` class in the DataStream v1 API is 2.9.0, and documentation is available for versions ranging from 1.0.0 to 2.9.0."],["The `PostgresqlTable` class represents a PostgreSQL table and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`PostgresqlTable` has two constructors: a default constructor and another that takes a `PostgresqlTable` object as an argument."],["The class includes properties for `PostgresqlColumns`, which is a `RepeatedField` of `PostgresqlColumn` objects, and `Table`, which is a string representing the table's name."]]],[]]