disableTypeInference

@JvmName(name = "ewytcdmouqqihhln")
suspend fun disableTypeInference(value: Output<Boolean>)
@JvmName(name = "cltftgjubqugbdad")
suspend fun disableTypeInference(value: Boolean?)

Parameters

value

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).