PartitionStorageDescriptorSortColumn

data class PartitionStorageDescriptorSortColumn(val column: String, val sortOrder: Int)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the column.

Link copied to clipboard

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