PartitionStorageDescriptorColumn

data class PartitionStorageDescriptorColumn(val comment: String? = null, val name: String, val type: String? = null)

Constructors

Link copied to clipboard
constructor(comment: String? = null, name: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val comment: String? = null

Free-form text comment.

Link copied to clipboard

The name of the Column.

Link copied to clipboard
val type: String? = null

The datatype of data in the Column.