ExternalDataConfiguration constructor

ExternalDataConfiguration({
  1. bool? autodetect,
  2. AvroOptions? avroOptions,
  3. BigtableOptions? bigtableOptions,
  4. String? compression,
  5. String? connectionId,
  6. CsvOptions? csvOptions,
  7. List<String>? decimalTargetTypes,
  8. String? fileSetSpecType,
  9. GoogleSheetsOptions? googleSheetsOptions,
  10. HivePartitioningOptions? hivePartitioningOptions,
  11. bool? ignoreUnknownValues,
  12. String? jsonExtension,
  13. JsonOptions? jsonOptions,
  14. int? maxBadRecords,
  15. String? metadataCacheMode,
  16. String? objectMetadata,
  17. ParquetOptions? parquetOptions,
  18. String? referenceFileSchemaUri,
  19. TableSchema? schema,
  20. String? sourceFormat,
  21. List<String>? sourceUris,
})

Implementation

ExternalDataConfiguration({
  this.autodetect,
  this.avroOptions,
  this.bigtableOptions,
  this.compression,
  this.connectionId,
  this.csvOptions,
  this.decimalTargetTypes,
  this.fileSetSpecType,
  this.googleSheetsOptions,
  this.hivePartitioningOptions,
  this.ignoreUnknownValues,
  this.jsonExtension,
  this.jsonOptions,
  this.maxBadRecords,
  this.metadataCacheMode,
  this.objectMetadata,
  this.parquetOptions,
  this.referenceFileSchemaUri,
  this.schema,
  this.sourceFormat,
  this.sourceUris,
});