SPBackupRestoreConsoleObject Members

Include Protected Members
Include Inherited Members

Represents a particular backup or restore operation.

The SPBackupRestoreConsoleObject type exposes the following members.

Properties

  Name Description
Public property BackupMethod When the operation is a backup, gets a value indicating whether the backup is full or incremental.
Public property BackupWasConfigurationOnly Gets a value that indicates whether the operation was a configuration-only backup.
Public property CurrentPhase Gets a value that indicates what phase of the backup or restore operation is underway.
Public property ErrorCount Gets the total number of errors that have occurred during the backup or restore operation.
Public property FailureMessage Gets a message explaining why the operation has failed.
Public property FinishTime Gets the time and date that the operation finishes.
Public property HasThreadError Gets a value that indicates whether the thread hosting the operation has an error.
Public property Id Gets the unique ID of the backup or restore operation.
Public property IsBackup Gets a value that indicates whether the operation is a backup or a restore.
Public property IsFailure Gets a value indicating whether the backup or restore operation has failed.
Public property LocalizedBackupMethod Gets a name for the backup method in the language of the current culture.
Public property Location Gets the UNC path where the backup is stored.
Public property Name Gets the name of the backup or restore operation.
Public property NumberOfItemsCompleted Gets the total number of components that the operation has backed up or restored so far.
Public property ParentTopComponent Gets the name of the SharePoint Foundation component that is the parent to the top most component in the tree of components that the operation is backing up or restoring.
Public property RequestedBy The user name of the person that requests the operation.
Public property RestoreMethod When the operation is a restore, gets a value indicating whether the restoration creates a new tree of components or overwrites an existing one.
Public property Settings Gets an object that holds settings for the backup or restore operation.
Public property StartTime Gets the date and time at which the backup or restore operation started.
Public property ThreadErrorMessage Gets or sets a message explaining a thread error.
Public property TopComponent Gets the name of the SharePoint Foundation component that is the top most component in the tree of components that the operation is backing up or restoring.
Public property TotalItems Gets the total number of components being backed up or restored by the operation.
Public property WarningCount Gets the total number of warnings that have occurred during the backup or restore 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

SPBackupRestoreConsoleObject Class

Microsoft.SharePoint.Administration.Backup Namespace