public sealed class PostgresqlProfile : IMessage<PostgresqlProfile>, IEquatable<PostgresqlProfile>, IDeepCloneable<PostgresqlProfile>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PostgresqlProfile.
[[["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 document provides reference documentation for the `PostgresqlProfile` class within the Google Cloud Datastream V1 API, specifically version 2.6.0."],["`PostgresqlProfile` represents a PostgreSQL database profile used for connection details, and it inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor `PostgresqlProfile()` and another for copying existing profiles `PostgresqlProfile(PostgresqlProfile other)`."],["The `PostgresqlProfile` class includes properties for `Database`, `Hostname`, `Password`, `Port`, and `Username`, which are essential for establishing a connection to a PostgreSQL database."],["Version links are provided for versions 1.0.0 through 2.9.0, with version 2.9.0 being the latest, and each version link leading to the documentation for `PostgresqlProfile` in that given version."]]],[]]