TableExternalDataConfigurationJsonOptions

data class TableExternalDataConfigurationJsonOptions(val encoding: String? = null)

Constructors

constructor(encoding: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val encoding: String? = null

The character encoding of the data. The supported values are UTF-8, UTF-16BE, UTF-16LE, UTF-32BE, and UTF-32LE. The default value is UTF-8.