PartitionStorageDescriptorSortColumnArgs

data class PartitionStorageDescriptorSortColumnArgs(val column: Output<String>, val sortOrder: Output<Int>) : ConvertibleToJava<PartitionStorageDescriptorSortColumnArgs>

Constructors

Link copied to clipboard
constructor(column: Output<String>, sortOrder: Output<Int>)

Properties

Link copied to clipboard
val column: Output<String>

The name of the column.

Link copied to clipboard
val sortOrder: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): PartitionStorageDescriptorSortColumnArgs