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.

The database and table in the Glue Data Catalog that is used for input or output data.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.GlueTable

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

Syntax

C#
public class GlueTable

The GlueTable type exposes the following members

Constructors

NameDescription
Public Method GlueTable()

Properties

NameTypeDescription
Public Property AdditionalOptions System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property AdditionalOptions.

Additional options for the table. Currently there are two keys supported:

  • pushDownPredicate: to filter on partitions without having to list and read all the files in your dataset.

  • catalogPartitionPredicate: to use server-side partition pruning using partition indexes in the Glue Data Catalog.

Public Property CatalogId System.String

Gets and sets the property CatalogId.

A unique identifier for the Glue Data Catalog.

Public Property ConnectionName System.String

Gets and sets the property ConnectionName.

The name of the connection to the Glue Data Catalog.

Public Property DatabaseName System.String

Gets and sets the property DatabaseName.

A database name in the Glue Data Catalog.

Public Property TableName System.String

Gets and sets the property TableName.

A table name in the Glue Data Catalog.

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