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."],[[["The latest version available for the `PostgresqlProfile` class within the `Google.Cloud.Datastream.V1` namespace is 2.9.0, with a range of versions from 1.0.0 to 2.9.0 listed."],["The `PostgresqlProfile` class, which is a part of the DataStream v1 API, represents a PostgreSQL database profile, providing a structure for handling PostgreSQL connections."],["This class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for object management, comparison, cloning, and handling of buffered messages."],["The class requires settings to make a connection, such as the database, host name, password, port (default is 5432), and username."],["There are two constructors available for creating instances of `PostgresqlProfile`: a default constructor and one that accepts another `PostgresqlProfile` instance for copying."]]],[]]