Name | Type | Description | Notes |
---|---|---|---|
id | String | Id of an auto-cleaning report. | |
index | String | Index of an auto-cleaning report. It can be used to list report Ids starting from given report. | |
startedAt | String | Start time of an auto-cleaning run in ISO 8601 format. | |
stoppedAt | String | Finish time of an auto-cleaning run in ISO 8601 format. | |
releasedBytes | Number | Number of bytes deleted during an auto-cleaning run. | |
bytesToRelease | Number | Number of bytes that should be deleted. | |
filesNumber | Number | Number of deleted files. | |
status | String | Status of an auto-cleaning run. |
-
active
(value:"active"
) -
cancelling
(value:"cancelling"
) -
completed
(value:"completed"
) -
failed
(value:"failed"
) -
cancelled
(value:"cancelled"
)