ExternalDataConfiguration constructor
ExternalDataConfiguration({
- bool? autodetect,
- AvroOptions? avroOptions,
- BigtableOptions? bigtableOptions,
- String? compression,
- String? connectionId,
- CsvOptions? csvOptions,
- List<
String> ? decimalTargetTypes, - String? fileSetSpecType,
- GoogleSheetsOptions? googleSheetsOptions,
- HivePartitioningOptions? hivePartitioningOptions,
- bool? ignoreUnknownValues,
- String? jsonExtension,
- JsonOptions? jsonOptions,
- int? maxBadRecords,
- String? metadataCacheMode,
- String? objectMetadata,
- ParquetOptions? parquetOptions,
- String? referenceFileSchemaUri,
- TableSchema? schema,
- String? sourceFormat,
- 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,
});