public sealed class PostgresqlSchema : IMessage<PostgresqlSchema>, IEquatable<PostgresqlSchema>, IDeepCloneable<PostgresqlSchema>, 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."],[[["This webpage details the `PostgresqlSchema` class within the `Google.Cloud.Datastream.V1` namespace, which represents a PostgreSQL schema."],["The latest version available for this class is 2.9.0, with versions ranging down to 1.0.0 documented."],["`PostgresqlSchema` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has properties for managing tables in the schema via the `PostgresqlTables` property and for defining the `Schema` name."],["The class offers two constructors: a parameterless default and another allowing the construction of a new object based on another `PostgresqlSchema` object."]]],[]]