Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.64 KB

File metadata and controls

36 lines (22 loc) · 1.64 KB

Onepanel.AutoStorageImportInfo

Properties

Name Type Description Notes
status String Describes status of current (or last finished) auto storage import scan in given space.
start Number Time at which current (or last finished) scan has been started.
stop Number Time at which current (or last finished) scan has been stopped.
createdFiles Number Counter of created files (both directories and regular files) that has been detected during current (or last finished) scan.
modifiedFiles Number Counter of modified files (both directories and regular files) that has been detected during current (or last finished) scan.
deletedFiles Number Counter of deleted files (both directories and regular files) that has been detected during current (or last finished) scan.
unmodifiedFiles Number Counter of unmodified files (both directories and regular files) that has been detected during current (or last finished) scan.
failedFiles Number Counter of files (both directories and regular files) for which the processing has failed during current (or last finished) scan.
nextScan Number Estimated time at which next scan will be enqueued. [optional]
totalScans Number Total number of performed scans.

Enum: StatusEnum

  • enqueued (value: "enqueued")

  • running (value: "running")

  • aborting (value: "aborting")

  • completed (value: "completed")

  • failed (value: "failed")

  • aborted (value: "aborted")