Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.03 KB

DbaasNodeStateProgressUpdate.md

File metadata and controls

30 lines (18 loc) · 1.03 KB

DbaasNodeStateProgressUpdate

Extra information regarding the progress for current state

Properties

Name Type Description Notes
completed Boolean Indicates whether this phase has been completed or not
current Long Current progress for this phase. May be missing or null. [optional]
max Long Maximum progress value for this phase. May be missing or null. May change. [optional]
min Long Minimum progress value for this phase. May be missing or null. [optional]
phase PhaseEnum Key identifying this phase
unit String Unit for current/min/max values. New units may be added. If null should be treated as generic unit [optional]

Enum: PhaseEnum

Name Value
STREAM "stream"
BASEBACKUP "basebackup"
PREPARE "prepare"
FINALIZE "finalize"