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 SourceColumn
The name of the column.
Declaration
public readonly string Column
Field Value
| Type | Description |
|---|---|
| System.String |
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 |