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-04-09 UTC."],[[["This document provides reference information for the `PostgresqlTable` class within the Google Cloud Datastream V1 API, specifically version 2.8.0."],["The `PostgresqlTable` class, which represents a PostgreSQL table, inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and another which accepts a `PostgresqlTable` object for copying."],["It includes two properties: `PostgresqlColumns`, a `RepeatedField` of `PostgresqlColumn` objects representing the table's columns, and `Table`, a string property storing the table's name."],["The documentation highlights a range of versions for this class, spanning from 1.0.0 to the latest release of 2.9.0, available through their respective links."]]],[]]