Rate given in PowerShell job query - how to convert units

Greetings,

I'm running a powershell query to gather info regarding a job. Get-ActiveJobs returns some jobs; and the details for a given job is this:

What are these measurements, "TotalWork", "Progress", and "Rate" units given in? I'm trying to translate them to Terabytes.

Request : Replay.Core.Contracts.DeferredDelete.NightlyDeferredDeleteJobRequest
Id : d71f2286-8e59-4fde-93aa-3e6383be3b45
BlockerJobId : 00000000-0000-0000-0000-000000000000
ParentJobId :
Summary : Deleting records previously flagged for deletion for Repository 1
Phase :
WorkUnit : bytes
Status : Running
TotalWork : 182846079123456
Progress : 2467802644480
Rate : 156959236.616067
EstimatedTimeRemaining : 00:00:00
FailureReason :
InitiatingAccount :
CancelingAccount :
CreationTime : 1/1/2021 10:05:40 AM
StartTime : 1/1/2021 10:20:54 AM
EndTime : 1/1/0001 12:00:00 AM
IsExpired : False
IsCancelable : True
JobClassName :
JobType : NightlyDeferredDeleteJob
ChildJobsInfo : {}
JobKind : UserJob
TransmittedData :
ElapsedTime : 03:51:29.6545866
AdditionalParameters : {}

Parents Reply Children
No Data