OBJECT

BackupTaskDiagnosticInfo

Description

Supported in v5.1+

link GraphQL Schema definition

  • type BackupTaskDiagnosticInfo {
  • # Supported in v5.1+
  • # The expected completion time of the task.
  • expectedEndTime: DateTime
  • # Supported in v5.1+
  • # The scheduled start time of the task.
  • queueTime: DateTime
  • taskStatus: DiagnosticTaskStatus!
  • }