public sealed class PostgresqlRdbms : IMessage<PostgresqlRdbms>, IEquatable<PostgresqlRdbms>, IDeepCloneable<PostgresqlRdbms>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PostgresqlRdbms.
[[["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-04-09 UTC."],[[["This webpage provides documentation for the `PostgresqlRdbms` class within the Google Cloud Datastream V1 API, specifically version 2.2.0."],["The `PostgresqlRdbms` class represents a PostgreSQL database structure and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers the class's constructors, which include a default constructor and one that accepts another `PostgresqlRdbms` object, and includes other useful methods inherited from `object`."],["The `PostgresqlSchemas` property, a `RepeatedField` of `PostgresqlSchema` objects, represents the PostgreSQL schemas in the database server."],["The latest version for this class is 2.9.0, and the page also contains references to historical versions all the way back to 1.0.0."]]],[]]