class URLSessionTaskTransactionMetrics
An object that encapsualtes the performance metrics collected by the URL Loading System during the execution of a session task.
あるセッションタスクの遂行の間にURLローディングシステムによって収集された履行指標をカプセル化するオブジェクト。
var taskInterval : DateInterval
The time interval between when a task is instantiated and when the task is completed.
タスクがインスタンス化される時とタスクが完了される時の間の時間間隔。
var redirectCount : Int
The number of redirects that occurred during the execution of the task.
タスクの遂行の間に発生したリダイレクトの数。