public sealed class PostgresqlProfile : IMessage<PostgresqlProfile>, IEquatable<PostgresqlProfile>, IDeepCloneable<PostgresqlProfile>, 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-04-09 UTC."],[[["This document outlines the `PostgresqlProfile` class within the `Google.Cloud.Datastream.V1` namespace, used for defining PostgreSQL database connection profiles."],["The `PostgresqlProfile` class is part of the Google Cloud Datastream V1 library and has versions ranging from 1.0.0 to the latest 2.9.0."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with methods such as `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString` also inherited."],["Essential properties for establishing a PostgreSQL connection using `PostgresqlProfile` include `Database`, `Hostname`, `Password`, `Port` (defaulting to 5432), and `Username`, all of which are required except for the `Port` which is optional."],["There are two constructors available, one that instantiates a new object of the class, and another that accepts another `PostgresqlProfile` object to copy into the new object."]]],[]]