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-04-09 UTC."],[[["This documentation provides reference information for the `PostgresqlObjectIdentifier` class within the Google Cloud Datastream V1 API, specifically version 2.8.0."],["The `PostgresqlObjectIdentifier` class is used to identify PostgreSQL data source objects and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()` for object management."],["The class has two constructors, a default one and one that takes another `PostgresqlObjectIdentifier` as a parameter, allowing for the creation of instances and copying."],["It defines two required properties, `Schema` and `Table`, both of which are strings and represent the schema name and table name of a PostgreSQL object, respectively."]]],[]]