public sealed class PostgresqlSchema : IMessage<PostgresqlSchema>, IEquatable<PostgresqlSchema>, IDeepCloneable<PostgresqlSchema>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PostgresqlSchema.
[[["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 latest version available for the DataStream v1 API class PostgresqlSchema is version 2.9.0, with version 2.6.0 being the specific version detailed on this page."],["The PostgresqlSchema class, representing a PostgreSQL schema, implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class provides a constructor and another overload of the constructor that accepts an existing PostgresqlSchema as an argument."],["PostgresqlSchema contains two properties, `PostgresqlTables` which is of type RepeatedField\u003cPostgresqlTable\u003e representing the schema's tables, and `Schema` of type string representing the name of the Schema."],["The class inherits members from the object class, specifically GetHashCode, GetType, and ToString."]]],[]]