TableExternalDataConfigurationAvroOptionsArgs

data class TableExternalDataConfigurationAvroOptionsArgs(val useAvroLogicalTypes: Output<Boolean>) : ConvertibleToJava<TableExternalDataConfigurationAvroOptionsArgs>

Constructors

constructor(useAvroLogicalTypes: Output<Boolean>)

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

Functions

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