BackupStatus interface
備份狀態
屬性
error |
如果備份處於錯誤狀態,則顯示錯誤訊息注意:此屬性將不會串行化。 它只能由伺服器填入。 |
healthy | 備份健全狀態注意:此屬性不會串行化。 它只能由伺服器填入。 |
last |
顯示最後一個傳輸大小注意:此屬性將不會串行化。 它只能由伺服器填入。 |
last |
顯示最後一個傳輸類型注意:此屬性將不會串行化。 它只能由伺服器填入。 |
mirror |
備份附註的狀態:此屬性將不會串行化。 它只能由伺服器填入。 |
relationship |
備份鏡像關聯性的狀態注意:此屬性不會串行化。 它只能由伺服器填入。 |
total |
顯示傳輸的位元組總數注意:此屬性將不會串行化。 它只能由伺服器填入。 |
transfer |
顯示針對進行中作業傳輸的位元組總數注意:此屬性將不會串行化。 它只能由伺服器填入。 |
unhealthy |
狀況不良備份關聯性的原因注意:此屬性不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
errorMessage
如果備份處於錯誤狀態,則顯示錯誤訊息注意:此屬性將不會串行化。 它只能由伺服器填入。
errorMessage?: string
屬性值
string
healthy
備份健全狀態注意:此屬性不會串行化。 它只能由伺服器填入。
healthy?: boolean
屬性值
boolean
lastTransferSize
顯示最後一個傳輸大小注意:此屬性將不會串行化。 它只能由伺服器填入。
lastTransferSize?: number
屬性值
number
lastTransferType
顯示最後一個傳輸類型注意:此屬性將不會串行化。 它只能由伺服器填入。
lastTransferType?: string
屬性值
string
mirrorState
備份附註的狀態:此屬性將不會串行化。 它只能由伺服器填入。
mirrorState?: string
屬性值
string
relationshipStatus
備份鏡像關聯性的狀態注意:此屬性不會串行化。 它只能由伺服器填入。
relationshipStatus?: string
屬性值
string
totalTransferBytes
顯示傳輸的位元組總數注意:此屬性將不會串行化。 它只能由伺服器填入。
totalTransferBytes?: number
屬性值
number
transferProgressBytes
顯示針對進行中作業傳輸的位元組總數注意:此屬性將不會串行化。 它只能由伺服器填入。
transferProgressBytes?: number
屬性值
number
unhealthyReason
狀況不良備份關聯性的原因注意:此屬性不會串行化。 它只能由伺服器填入。
unhealthyReason?: string
屬性值
string