次の方法で共有


BackupFileStatus type

BackupFileStatus の値を定義します。 使用可能な値は、'Arrived'、'Queued'、'Uploading'、'Uploaded'、'Restoring'、'Restored'、'Cancelled' です。

type BackupFileStatus =
  | "Arrived"
  | "Queued"
  | "Uploading"
  | "Uploaded"
  | "Restoring"
  | "Restored"
  | "Cancelled"