public sealed class PostgresqlSourceConfig : IMessage<PostgresqlSourceConfig>, IEquatable<PostgresqlSourceConfig>, IDeepCloneable<PostgresqlSourceConfig>, 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-03-21 UTC."],[[["This webpage details the `PostgresqlSourceConfig` class, which is used to configure PostgreSQL data sources within the Google Cloud Datastream service."],["The latest version of this class is 2.9.0, and it has versions ranging from 1.0.0 up to the latest, all of which can be accessed via their respective links."],["The `PostgresqlSourceConfig` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits methods from the base `Object` class."],["Key properties within `PostgresqlSourceConfig` include `ExcludeObjects`, `IncludeObjects`, `Publication`, and `ReplicationSlot`, which define what data to stream and where to get it from within a PostgreSQL source."],["The class offers two constructors, one default and another that takes an existing `PostgresqlSourceConfig` object for creating a new instance based on it."]]],[]]