Values.CurrentSearchProgressSourceThis contains information results retrieved from a search job that may not have completed.
type nonrec t = {recoveryPointsScannedCount : Integer.t option;This number is the sum of all backups that have been scanned so far during a search job.
*)itemsScannedCount : Long.t option;This number is the sum of all items that have been scanned so far during a search job.
*)itemsMatchedCount : Long.t option;This number is the sum of all items that match the item filters in a search job in progress.
*)}