SPBackupRestoreHistoryObject Members

Include Protected Members
Include Inherited Members

Represents a single current or past backup or restore operation.

The SPBackupRestoreHistoryObject type exposes the following members.

Properties

  Name Description
Public property BackupMethod Gets a value specifying whether the operation, if it was a backup, was a full or incremental backup.
Public property ConfigurationOnly Gets a value that indicates whether the operation was configuration-only.
Public property Directory The full UNC path that was the target of the backup or the source of the restore operation.
Public property DirectoryName The directory that was the target of the backup or the source of the restore operation.
Public property EndTime The date and time that the operation ended.
Public property ErrorCount Gets the number of errors that occurred during the operation.
Public property FailureMessage Gets the message explaining the failure if the operation failed.
Public property IsBackup Gets a value that indicates whether the operation was a backup or a restore.
Public property IsFailure Gets a value that indicates whether the operation failed.
Public property Name Gets the name of the backup or restore operation.
Public property ParentId Gets the ID of the last previous full backup if the operation was an incremental backup.
Public property RequestedBy The user name of the person who requested the operation.
Public property RestoreId Gets the ID of the SPBackupRestoreConsoleObject that represented the operation, when it was ongoing, if it was a restore operation.
Public property 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.
Public property SelfId Gets the ID of the SPBackupRestoreConsoleObject that represented the operation, when it was ongoing, if it was a backup operation.
Public property StartTime Gets the date and time when the operation began.
Public property 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.
Public property 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.
Public property WarningCount Gets the number of warnings that were issued during the operation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

SPBackupRestoreHistoryObject Class

Microsoft.SharePoint.Administration.Backup Namespace