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."],[[["The `PostgresqlTable` class in the Google Cloud Datastream v1 API represents a PostgreSQL table and is found within the `Google.Cloud.Datastream.V1` namespace."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for message handling, equality comparison, deep cloning, and buffer management."],["It includes properties such as `PostgresqlColumns`, a `RepeatedField` that holds a list of `PostgresqlColumn` objects representing the columns in the table, and `Table` which stores the table's name as a string."],["The latest version of this API is 2.9.0, and the documentation presents versions all the way back to version 1.0.0."],["Two constructors are available: a default constructor `PostgresqlTable()` and an overloaded constructor `PostgresqlTable(PostgresqlTable other)` that allows for the creation of a new `PostgresqlTable` object based on an existing one."]]],[]]