BackupStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Backup status
public class BackupStatus
type BackupStatus = class
Public Class BackupStatus
- Inheritance
-
BackupStatus
Constructors
BackupStatus() |
Initializes a new instance of the BackupStatus class. |
BackupStatus(Nullable<Boolean>, String, String, String, String, Nullable<Int64>, String, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the BackupStatus class. |
BackupStatus(Nullable<Boolean>, String, String, String, String, Nullable<Int64>, String, Nullable<Int64>) |
Properties
ErrorMessage |
Gets displays error message if the backup is in an error state |
Healthy |
Gets backup health status |
LastTransferSize |
Gets displays the last transfer size |
LastTransferType |
Gets displays the last transfer type |
MirrorState |
Gets the status of the backup Possible values include: 'Uninitialized', 'Mirrored', 'Broken' |
RelationshipStatus |
Gets status of the backup mirror relationship Possible values include: 'Idle', 'Transferring', 'Failed', 'Unknown' |
TotalTransferBytes |
Gets displays the total bytes transferred |
TransferProgressBytes |
Gets displays the total number of bytes transferred for the ongoing operation |
UnhealthyReason |
Gets reason for the unhealthy backup relationship |
Extension Methods
ConvertToPs(BackupStatus) |