public sealed class SourceObjectIdentifier.Types.PostgresqlObjectIdentifier : IMessage<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IEquatable<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IDeepCloneable<SourceObjectIdentifier.Types.PostgresqlObjectIdentifier>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class SourceObjectIdentifier.Types.PostgresqlObjectIdentifier.
[[["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 provides reference documentation for the `PostgresqlObjectIdentifier` class within the Google Cloud Datastream V1 API, specifically detailing its use as a PostgreSQL data source object identifier."],["The content lists the availability of the `PostgresqlObjectIdentifier` class across multiple versions, ranging from the latest 2.9.0 down to version 1.0.0 of the API."],["The `PostgresqlObjectIdentifier` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors `PostgresqlObjectIdentifier()` and `PostgresqlObjectIdentifier(PostgresqlObjectIdentifier other)` that can be used to create an instance, one with default values and another by copying an existing instance."],["Key properties of `PostgresqlObjectIdentifier` include `Schema` and `Table`, both of which are strings and required for identifying the schema and table names in a PostgreSQL data source."]]],[]]