ExternalDataConfigurationArgs

constructor(autodetect: Output<Boolean>? = null, avroOptions: Output<AvroOptionsArgs>? = null, bigtableOptions: Output<BigtableOptionsArgs>? = null, compression: Output<String>? = null, connectionId: Output<String>? = null, csvOptions: Output<CsvOptionsArgs>? = null, decimalTargetTypes: Output<List<String>>? = null, googleSheetsOptions: Output<GoogleSheetsOptionsArgs>? = null, hivePartitioningOptions: Output<HivePartitioningOptionsArgs>? = null, ignoreUnknownValues: Output<Boolean>? = null, maxBadRecords: Output<Int>? = null, metadataCacheMode: Output<String>? = null, objectMetadata: Output<String>? = null, parquetOptions: Output<ParquetOptionsArgs>? = null, referenceFileSchemaUri: Output<String>? = null, schema: Output<TableSchemaArgs>? = null, sourceFormat: Output<String>? = null, sourceUris: Output<List<String>>? = null)