AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about the columns in a query execution result.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.ColumnInfo

Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z

Syntax

C#
public class ColumnInfo

The ColumnInfo type exposes the following members

Constructors

NameDescription
Public Method ColumnInfo()

Properties

NameTypeDescription
Public Property CaseSensitive System.Boolean

Gets and sets the property CaseSensitive.

Indicates whether values in the column are case-sensitive.

Public Property CatalogName System.String

Gets and sets the property CatalogName.

The catalog to which the query results belong.

Public Property Label System.String

Gets and sets the property Label.

A column label.

Public Property Name System.String

Gets and sets the property Name.

The name of the column.

Public Property Nullable Amazon.Athena.ColumnNullable

Gets and sets the property Nullable.

Unsupported constraint. This value always shows as UNKNOWN.

Public Property Precision System.Int32

Gets and sets the property Precision.

For DECIMAL data types, specifies the total number of digits, up to 38. For performance reasons, we recommend up to 18 digits.

Public Property Scale System.Int32

Gets and sets the property Scale.

For DECIMAL data types, specifies the total number of digits in the fractional part of the value. Defaults to 0.

Public Property SchemaName System.String

Gets and sets the property SchemaName.

The schema name (database name) to which the query results belong.

Public Property TableName System.String

Gets and sets the property TableName.

The table name for the query results.

Public Property Type System.String

Gets and sets the property Type.

The data type of the column.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5