DestinationOptionsModelPropertiesResponse

data class DestinationOptionsModelPropertiesResponse(val fileFormat: String? = null, val hiveCompatiblePartitions: Boolean? = null, val perHourPartition: Boolean? = null)

Definition of DestinationOptionsModelProperties

Constructors

constructor(fileFormat: String? = null, hiveCompatiblePartitions: Boolean? = null, perHourPartition: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileFormat: String? = null

Property fileFormat

Link copied to clipboard

Property hiveCompatiblePartitions

Link copied to clipboard

Property perHourPartition