public sealed class PostgresqlTable : IMessage<PostgresqlTable>, IEquatable<PostgresqlTable>, IDeepCloneable<PostgresqlTable>, IBufferMessage, IMessage
[[["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 `PostgresqlTable` class represents a PostgreSQL table within the Google Cloud Datastream V1 API, with version 2.9.0 being the latest release."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality checks, deep cloning, and buffered operations."],["It provides properties such as `PostgresqlColumns` to manage the table's columns and `Table` to define the table name."],["The class has two constructors: a default constructor and one that accepts another `PostgresqlTable` instance for creating a copy."],["The namespace of the class is `Google.Cloud.Datastream.V1` within the `Google.Cloud.Datastream.V1.dll` assembly."]]],[]]