AvroOptionsArgs

data class AvroOptionsArgs(val useAvroLogicalTypes: Output<Boolean>? = null) : ConvertibleToJava<AvroOptionsArgs>

Constructors

Link copied to clipboard
constructor(useAvroLogicalTypes: Output<Boolean>? = null)

Properties

Link copied to clipboard
val useAvroLogicalTypes: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AvroOptionsArgs