JobConfigurationExtract constructor

JobConfigurationExtract({
  1. String? compression,
  2. String? destinationFormat,
  3. String? destinationUri,
  4. List<String>? destinationUris,
  5. String? fieldDelimiter,
  6. ModelExtractOptions? modelExtractOptions,
  7. bool? printHeader,
  8. ModelReference? sourceModel,
  9. TableReference? sourceTable,
  10. bool? useAvroLogicalTypes,
})

Implementation

JobConfigurationExtract({
  this.compression,
  this.destinationFormat,
  this.destinationUri,
  this.destinationUris,
  this.fieldDelimiter,
  this.modelExtractOptions,
  this.printHeader,
  this.sourceModel,
  this.sourceTable,
  this.useAvroLogicalTypes,
});