Features
Displays the progress of the tenant-level backup cleanup job task.
Note
Introduced from version V4.0.0.
Field description
| Field | Type | Null | Description |
|---|---|---|---|
| JOB_ID | NUMBER(38) | NO | The task ID that monotonically increases. |
| INCARNATION | NUMBER(38) | NO | Avatar ID |
| INITIATOR_TENANT_ID | NUMBER(38) | NO | The ID of the tenant that initiated the job. |
| INITIATOR_JOB_ID | NUMBER(38) | NO | The tenant ID of the user who initiated the job. |
| JOB_ID | |||
| EXECUTOR_TENANT_ID | VARCHAR2(65536) | NO | The list of tenants that execute the cleanup task. |
| TYPE | VARCHAR2(64) | NO | Cleanup type:
|
| PARAMETER | VARCHAR2(1024) | NO | The cleanup parameter records the expiration time. |
| JOB_LEVEL | VARCHAR2(64) | NO | The task initiation level.
|
| START_TIMESTAMP | VARCHAR2(256) | NO | The current time of the tenant when the task starts. |
| END_TIMESTAMP | VARCHAR2(256) | NO | The current time of the tenant when the task ends. |
| STATUS | VARCHAR2(64) | NO | Task status: |
| TASK_COUNT | NUMBER(38) | YES | The number of backup_set or backup_piece tasks. |
| SUCCESS_TASK_COUNT | NUMBER(38) | YES | The number of successful tasks executed in the backup set or piece. |
| RESULT | NUMBER(38) | NO | Error code |
| COMMENT | VARCHAR2(4096) | YES | Task description |