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.

Defines a mapping.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.MappingEntry

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

Syntax

C#
public class MappingEntry

The MappingEntry type exposes the following members

Constructors

NameDescription
Public Method MappingEntry()

Properties

NameTypeDescription
Public Property SourcePath System.String

Gets and sets the property SourcePath.

The source path.

Public Property SourceTable System.String

Gets and sets the property SourceTable.

The name of the source table.

Public Property SourceType System.String

Gets and sets the property SourceType.

The source type.

Public Property TargetPath System.String

Gets and sets the property TargetPath.

The target path.

Public Property TargetTable System.String

Gets and sets the property TargetTable.

The target table.

Public Property TargetType System.String

Gets and sets the property TargetType.

The target type.

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