public sealed class PostgresqlColumn : IMessage<PostgresqlColumn>, IEquatable<PostgresqlColumn>, IDeepCloneable<PostgresqlColumn>, IBufferMessage, IMessage
Reference documentation and code samples for the DataStream v1 API class PostgresqlColumn.
[[["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."],[[["The latest version available for the `PostgresqlColumn` class is 2.9.0, and the documentation provided is for version 2.4.0 of the Google Cloud Datastream v1 API."],["The `PostgresqlColumn` class represents a PostgreSQL column and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class provides properties for accessing various column details, including `Column` name, `DataType`, `Length`, `Nullable`, `OrdinalPosition`, `Precision`, `PrimaryKey`, and `Scale`."],["There are two constructors available for creating instances of `PostgresqlColumn`, one with no parameters and one that takes another `PostgresqlColumn` object for copying its values."],["The `PostgresqlColumn` class inherits from `object` and includes inherited members such as `GetHashCode`, `GetType`, and `ToString`."]]],[]]