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 Google.Cloud.Datastream.V1 API represents a PostgreSQL table and is part of the version 2.7.0 release."],["This class includes properties such as `PostgresqlColumns`, which defines the PostgreSQL columns in the schema, and `Table`, representing the table name."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for operations such as message handling, equality comparisons, deep cloning, and buffered message processing."],["The latest version of the API available is version 2.9.0, with previous versions back to 1.0.0 accessible via their respective links."],["The class offers two different constructors: one default and the other to create a new instance based on another given `PostgresqlTable` object."]]],[]]