CatalogTableStorageDescriptorSortColumn

data class CatalogTableStorageDescriptorSortColumn(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

Name of the column.

Link copied to clipboard

Whether the column is sorted in ascending (1) or descending order (0).