public sealed class PostgresqlColumn : IMessage<PostgresqlColumn>, IEquatable<PostgresqlColumn>, IDeepCloneable<PostgresqlColumn>, 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-04-09 UTC."],[[["This document outlines the `PostgresqlColumn` class within the `Google.Cloud.Datastream.V1` namespace, which represents a column in a PostgreSQL database."],["The `PostgresqlColumn` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["Available versions of the `PostgresqlColumn` documentation are provided, ranging from version 1.0.0 to the latest version 2.9.0, allowing users to access specific information according to their needs."],["The class includes properties such as `Column`, `DataType`, `Length`, `Nullable`, `OrdinalPosition`, `Precision`, `PrimaryKey`, and `Scale` to define various aspects of a PostgreSQL column."],["Two constructors are available for creating instances of `PostgresqlColumn`: one default constructor and one that accepts another `PostgresqlColumn` object as a parameter for copying."]]],[]]