BackupEngineExtendedInfo 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.
Additional information on backup engine.
public class BackupEngineExtendedInfo
type BackupEngineExtendedInfo = class
Public Class BackupEngineExtendedInfo
- Inheritance
-
BackupEngineExtendedInfo
Constructors
BackupEngineExtendedInfo() |
Initializes a new instance of the BackupEngineExtendedInfo class. |
BackupEngineExtendedInfo(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<DateTime>, Nullable<Int32>) |
Initializes a new instance of the BackupEngineExtendedInfo class. |
Properties
AvailableDiskSpace |
Gets or sets disk space currently available in the backup engine. |
AzureProtectedInstances |
Gets or sets protected instances in the backup engine. |
DatabaseName |
Gets or sets database name of backup engine. |
DiskCount |
Gets or sets number of disks in the backup engine. |
ProtectedItemsCount |
Gets or sets number of protected items in the backup engine. |
ProtectedServersCount |
Gets or sets number of protected servers in the backup engine. |
RefreshedAt |
Gets or sets last refresh time in the backup engine. |
UsedDiskSpace |
Gets or sets disk space used in the backup engine. |