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 latest version available for the PostgresqlTable class within the DataStream v1 API is 2.9.0, with multiple prior versions also accessible, including the documented version 2.4.0."],["The PostgresqlTable class is a part of the Google.Cloud.Datastream.V1 namespace, and it is used to represent a PostgreSQL table, implementing multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["This class offers properties such as \"PostgresqlColumns,\" a RepeatedField that contains a collection of PostgresqlColumn objects, and \"Table\", a string property that contains the table name."],["The class inherits members from the object class, such as GetHashCode, GetType, and ToString, while also having its own public constructors for creating instances of the PostgresqlTable."],["The documentation includes details on the constructors and the properties, with each detailing their return types and a brief description."]]],[]]