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 the sort order of a sorted column.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.Order

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

Syntax

C#
public class Order

The Order type exposes the following members

Constructors

NameDescription
Public Method Order()

Properties

NameTypeDescription
Public Property Column System.String

Gets and sets the property Column.

The name of the column.

Public Property SortOrder System.Int32

Gets and sets the property SortOrder.

Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).

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