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.

Specifies a JDBC data store to crawl.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.JdbcTarget

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

Syntax

C#
public class JdbcTarget

The JdbcTarget type exposes the following members

Constructors

NameDescription
Public Method JdbcTarget()

Properties

NameTypeDescription
Public Property ConnectionName System.String

Gets and sets the property ConnectionName.

The name of the connection to use to connect to the JDBC target.

Public Property EnableAdditionalMetadata System.Collections.Generic.List<System.String>

Gets and sets the property EnableAdditionalMetadata.

Specify a value of RAWTYPES or COMMENTS to enable additional metadata in table responses. RAWTYPES provides the native-level datatype. COMMENTS provides comments associated with a column or table in the database.

If you do not need additional metadata, keep the field empty.

Public Property Exclusions System.Collections.Generic.List<System.String>

Gets and sets the property Exclusions.

A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.

Public Property Path System.String

Gets and sets the property Path.

The path of the JDBC target.

Version Information

.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