 Declaration Syntax
 Declaration Syntax| C# | 
public class RestoreStatus
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RestoreStatus()()()() | Initializes a new instance of the RestoreStatus class | 
|  | CurrentRestoreRateInMegaBytesPerSecond | 
            Gets and sets the property CurrentRestoreRateInMegaBytesPerSecond. 
             The number of megabytes per second being transferred from the backup storage. Returns the average rate for a completed backup. | 
|  | ElapsedTimeInSeconds | 
            Gets and sets the property ElapsedTimeInSeconds. 
             The amount of time an in-progress restore has been running, or the amount of time it took a completed restore to finish. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | EstimatedTimeToCompletionInSeconds | 
            Gets and sets the property EstimatedTimeToCompletionInSeconds. 
             The estimate of the time remaining before the restore will complete. Returns 0 for a completed restore. | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ProgressInMegaBytes | 
            Gets and sets the property ProgressInMegaBytes. 
             The number of megabytes that have been transferred from snapshot storage. | 
|  | SnapshotSizeInMegaBytes | 
            Gets and sets the property SnapshotSizeInMegaBytes. 
             The size of the set of snapshot data used to restore the cluster. | 
|  | Status | 
            Gets and sets the property Status. 
             The status of the restore action. Returns starting, restoring, completed, or failed. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithCurrentRestoreRateInMegaBytesPerSecond(Double) | Obsolete. 
            Sets the CurrentRestoreRateInMegaBytesPerSecond property
             | 
|  | WithElapsedTimeInSeconds(Int64) | Obsolete. 
            Sets the ElapsedTimeInSeconds property
             | 
|  | WithEstimatedTimeToCompletionInSeconds(Int64) | Obsolete. 
            Sets the EstimatedTimeToCompletionInSeconds property
             | 
|  | WithProgressInMegaBytes(Int64) | Obsolete. 
            Sets the ProgressInMegaBytes property
             | 
|  | WithSnapshotSizeInMegaBytes(Int64) | Obsolete. 
            Sets the SnapshotSizeInMegaBytes property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | RestoreStatus |