Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 561 Bytes

FileActionCreate.md

File metadata and controls

17 lines (13 loc) · 561 Bytes

MissionControl.FileActionCreate

Properties

Name Type Description Notes
fileReferenceId String [optional]
state String The current state of this file action [optional]
progress String Indicates the progress of a file to be processed (e.g. 50% – 0.50) [optional]

Enum: StateEnum

  • completed (value: "completed")
  • error (value: "error")
  • pending (value: "pending")
  • started (value: "started")