TransferSpec constructor

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

Implementation

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