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-03-31 UTC."],[[["This document provides reference documentation for the `PostgresqlColumn` class within the DataStream v1 API for .NET, specifically version 2.3.0."],["`PostgresqlColumn` represents a column in a PostgreSQL database and includes properties such as `Column` name, `DataType`, `Length`, `Nullable` status, `OrdinalPosition`, `Precision`, `PrimaryKey`, and `Scale`."],["The `PostgresqlColumn` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for creating a `PostgresqlColumn` object: a default constructor and one that takes another `PostgresqlColumn` object as a parameter."],["The latest version of the API is 2.9.0, with previous versions from 2.8.0 down to 1.0.0 also being available for reference."]]],[]]