SPBackupRestoreHistoryObject members
Represents a single current or past backup or restore operation.
The SPBackupRestoreHistoryObject type exposes the following members.
Properties
Name | Description | |
---|---|---|
BackupMethod | Gets a value specifying whether the operation, if it was a backup, was a full or incremental backup. | |
ConfigurationOnly | Gets a value that indicates whether the operation was configuration-only. | |
Directory | The full UNC path that was the target of the backup or the source of the restore operation. | |
DirectoryName | The directory that was the target of the backup or the source of the restore operation. | |
EndTime | The date and time that the operation ended. | |
ErrorCount | Gets the number of errors that occurred during the operation. | |
FailureMessage | Gets the message explaining the failure if the operation failed. | |
IsBackup | Gets a value that indicates whether the operation was a backup or a restore. | |
IsFailure | Gets a value that indicates whether the operation failed. | |
Name | Gets the name of the backup or restore operation. | |
ParentId | Gets the ID of the last previous full backup if the operation was an incremental backup. | |
RequestedBy | The user name of the person who requested the operation. | |
RestoreId | Gets the ID of the SPBackupRestoreConsoleObject that represented the operation, when it was ongoing, if it was a restore operation. | |
RestoreMethod | Gets a value specifying whether the operation, if it was a restore, was a restoration to a new tree of SharePoint Foundation components or an overwrite. | |
SelfId | Gets the ID of the SPBackupRestoreConsoleObject that represented the operation, when it was ongoing, if it was a backup operation. | |
StartTime | Gets the date and time when the operation began. | |
TopComponent | Gets the name of the SharePoint Foundation component that was the top most component in the tree of components that the operation backed up or restored. | |
TopComponentId | Gets the ID of the IBackupRestore object that represents to the top component of the tree of components that were backed up or restored. | |
WarningCount | Gets the number of warnings that were issued during the operation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top