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.

Contains metadata for a table.

Inheritance Hierarchy

System.Object
  Amazon.Athena.Model.TableMetadata

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

Syntax

C#
public class TableMetadata

The TableMetadata type exposes the following members

Constructors

NameDescription
Public Method TableMetadata()

Properties

NameTypeDescription
Public Property Columns System.Collections.Generic.List<Amazon.Athena.Model.Column>

Gets and sets the property Columns.

A list of the columns in the table.

Public Property CreateTime System.DateTime

Gets and sets the property CreateTime.

The time that the table was created.

Public Property LastAccessTime System.DateTime

Gets and sets the property LastAccessTime.

The last time the table was accessed.

Public Property Name System.String

Gets and sets the property Name.

The name of the table.

Public Property Parameters System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Parameters.

A set of custom key/value pairs for table properties.

Public Property PartitionKeys System.Collections.Generic.List<Amazon.Athena.Model.Column>

Gets and sets the property PartitionKeys.

A list of the partition keys in the table.

Public Property TableType System.String

Gets and sets the property TableType.

The type of table. In Athena, only EXTERNAL_TABLE is supported.

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