Class CatalogTableStorageDescriptorSortColumnArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CatalogTableStorageDescriptorSortColumnArgs : ResourceArgs
Constructors
View SourceCatalogTableStorageDescriptorSortColumnArgs()
Declaration
public CatalogTableStorageDescriptorSortColumnArgs()
Properties
View SourceColumn
The name of the column.
Declaration
public Input<string> Column { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SortOrder
Indicates that the column is sorted in ascending order (== 1), or in descending order (==0).
Declaration
public Input<int> SortOrder { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |