TransferSpec constructor

TransferSpec({
  1. AwsS3CompatibleData? awsS3CompatibleDataSource,
  2. AwsS3Data? awsS3DataSource,
  3. AzureBlobStorageData? azureBlobStorageDataSource,
  4. GcsData? gcsDataSink,
  5. GcsData? gcsDataSource,
  6. GcsData? gcsIntermediateDataLocation,
  7. HdfsData? hdfsDataSource,
  8. HttpData? httpDataSource,
  9. ObjectConditions? objectConditions,
  10. PosixFilesystem? posixDataSink,
  11. PosixFilesystem? posixDataSource,
  12. String? sinkAgentPoolName,
  13. String? sourceAgentPoolName,
  14. TransferManifest? transferManifest,
  15. TransferOptions? transferOptions,
})

Implementation

TransferSpec({
  this.awsS3CompatibleDataSource,
  this.awsS3DataSource,
  this.azureBlobStorageDataSource,
  this.gcsDataSink,
  this.gcsDataSource,
  this.gcsIntermediateDataLocation,
  this.hdfsDataSource,
  this.httpDataSource,
  this.objectConditions,
  this.posixDataSink,
  this.posixDataSource,
  this.sinkAgentPoolName,
  this.sourceAgentPoolName,
  this.transferManifest,
  this.transferOptions,
});