GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptionsResponse

data class GoogleCloudDataplexV1ZoneDiscoverySpecJsonOptionsResponse(val disableTypeInference: Boolean, val encoding: String)

Describe JSON data format.

Constructors

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

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