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 document provides reference details for the `PostgresqlProfile` class within the DataStream v1 API for .NET, specifically version 2.2.0."],["`PostgresqlProfile` serves as a profile for configuring a PostgreSQL database connection, implementing multiple interfaces for deep cloning, and message handling."],["This class includes required properties like `Database`, `Hostname`, `Password`, and `Username`, along with an optional `Port` property that defaults to 5432."],["The document also includes the most up to date version of the class, and a list of version history, including version 2.2.0."],["The `PostgresqlProfile` class includes 2 constructors, one being a default no parameter constructor, and the other a copy constructor."]]],[]]