Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1020 Bytes

SpaceAutoCleaningReport.md

File metadata and controls

32 lines (19 loc) · 1020 Bytes

Onepanel.SpaceAutoCleaningReport

Properties

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.

Enum: StatusEnum

  • active (value: "active")

  • cancelling (value: "cancelling")

  • completed (value: "completed")

  • failed (value: "failed")

  • cancelled (value: "cancelled")