TransferSpec constructor
TransferSpec({
- AwsS3CompatibleData? awsS3CompatibleDataSource,
- AwsS3Data? awsS3DataSource,
- AzureBlobStorageData? azureBlobStorageDataSource,
- GcsData? gcsDataSink,
- GcsData? gcsDataSource,
- GcsData? gcsIntermediateDataLocation,
- HdfsData? hdfsDataSource,
- HttpData? httpDataSource,
- ObjectConditions? objectConditions,
- PosixFilesystem? posixDataSink,
- PosixFilesystem? posixDataSource,
- String? sinkAgentPoolName,
- String? sourceAgentPoolName,
- TransferManifest? transferManifest,
- 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,
});