Hi @steve hawk , @Vaibhav Chaudhari , as per my analysis deleterFileAfterCompletion
property is only available when you use binary format dataset.
If your dataset format is other than binary, then in order to delete the files after copying, chain your Copy activity to a Delete activity to delete the files from source location.
To explore about Delete activity, please refer to this doc: Delete Activity in Azure Data Factory
Below data stores are supported for Delete activity:
- Azure Blob storage
- Azure Data Lake Storage Gen1
- Azure Data Lake Storage Gen2
- Azure File Storage
- File System
- FTP
- SFTP
- Amazon S3
- Google Cloud Storage
- HDFS
Hope this helps. Let us know if you have further query.
Thank you