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-04-09 UTC."],[[["The latest version available for the `PostgresqlProfile` class is 2.9.0, while the current page is displaying information for version 2.7.0."],["`PostgresqlProfile` is a class in the Google.Cloud.Datastream.V1 namespace, designed to manage PostgreSQL database connection profiles."],["This class requires setting properties like Database, Hostname, Password, and Username to establish a connection to a PostgreSQL database."],["The `PostgresqlProfile` class has a default Port value of 5432 for PostgreSQL connections, and provides constructors for both creating new instances and copying existing ones."],["The `PostgresqlProfile` class inherits from the object class and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."]]],[]]