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.
Namespace: Amazon.Athena.Model
Assembly: AWSSDK.Athena.dll
Version: 3.x.y.z
public class ColumnInfo
The ColumnInfo type exposes the following members
Name | Description | |
---|---|---|
ColumnInfo() |
Name | Type | Description | |
---|---|---|---|
CaseSensitive | System.Boolean |
Gets and sets the property CaseSensitive. Indicates whether values in the column are case-sensitive. |
|
CatalogName | System.String |
Gets and sets the property CatalogName. The catalog to which the query results belong. |
|
Label | System.String |
Gets and sets the property Label. A column label. |
|
Name | System.String |
Gets and sets the property Name. The name of the column. |
|
Nullable | Amazon.Athena.ColumnNullable |
Gets and sets the property Nullable.
Unsupported constraint. This value always shows as |
|
Precision | System.Int32 |
Gets and sets the property Precision.
For |
|
Scale | System.Int32 |
Gets and sets the property Scale.
For |
|
SchemaName | System.String |
Gets and sets the property SchemaName. The schema name (database name) to which the query results belong. |
|
TableName | System.String |
Gets and sets the property TableName. The table name for the query results. |
|
Type | System.String |
Gets and sets the property Type. The data type of the column. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5