Values.TaskExecutionFilesFailedDetailSourceThe number of files or objects that DataSync fails to prepare, transfer, verify, and delete during your task execution. Applies only to Enhanced mode tasks.
type nonrec t = {prepare : Long.t option;The number of files or objects that DataSync fails to prepare during your task execution.
*)transfer : Long.t option;The number of files or objects that DataSync fails to transfer during your task execution.
*)verify : Long.t option;The number of files or objects that DataSync fails to verify during your task execution.
*)delete : Long.t option;The number of files or objects that DataSync fails to delete during your task execution.
*)}