TableExternalDataConfigurationAvroOptions

data class TableExternalDataConfigurationAvroOptions(val useAvroLogicalTypes: Boolean)

Constructors

constructor(useAvroLogicalTypes: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If is set to true, indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER).