Show / Hide Table of Contents

Class CatalogTableStorageDescriptorSortColumn

Inheritance
System.Object
CatalogTableStorageDescriptorSortColumn
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CatalogTableStorageDescriptorSortColumn

Fields

View Source

Column

The name of the column.

Declaration
public readonly string Column
Field Value
Type Description
System.String
View Source

SortOrder

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

Declaration
public readonly int SortOrder
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.