AvroOptionsResponse

data class AvroOptionsResponse(val useAvroLogicalTypes: Boolean)

Constructors

Link copied to clipboard
constructor(useAvroLogicalTypes: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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