AssetDiscoverySpecJsonOptions

data class AssetDiscoverySpecJsonOptions(val disableTypeInference: Boolean? = null, val encoding: String? = null)

Constructors

Link copied to clipboard
constructor(disableTypeInference: Boolean? = null, encoding: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean).

Link copied to clipboard
val encoding: String? = null

Optional. The character encoding of the data. The default is UTF-8.