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 | |
---|---|---|
![]() |
BackupMethod | When the operation is a backup, gets a value indicating whether the backup is full or incremental. |
![]() |
BackupWasConfigurationOnly | Gets a value that indicates whether the operation was a configuration-only backup. |
![]() |
CurrentPhase | Gets a value that indicates what phase of the backup or restore operation is underway. |
![]() |
ErrorCount | Gets the total number of errors that have occurred during the backup or restore operation. |
![]() |
FailureMessage | Gets a message explaining why the operation has failed. |
![]() |
FinishTime | Gets the time and date that the operation finishes. |
![]() |
HasThreadError | Gets a value that indicates whether the thread hosting the operation has an error. |
![]() |
Id | Gets the unique ID of the backup or restore operation. |
![]() |
IsBackup | Gets a value that indicates whether the operation is a backup or a restore. |
![]() |
IsFailure | Gets a value indicating whether the backup or restore operation has failed. |
![]() |
LocalizedBackupMethod | Gets a name for the backup method in the language of the current culture. |
![]() |
Location | Gets the UNC path where the backup is stored. |
![]() |
Name | Gets the name of the backup or restore operation. |
![]() |
NumberOfItemsCompleted | Gets the total number of components that the operation has backed up or restored so far. |
![]() |
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. |
![]() |
RequestedBy | The user name of the person that requests the operation. |
![]() |
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. |
![]() |
Settings | Gets an object that holds settings for the backup or restore operation. |
![]() |
StartTime | Gets the date and time at which the backup or restore operation started. |
![]() |
ThreadErrorMessage | Gets or sets a message explaining a thread error. |
![]() |
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. |
![]() |
TotalItems | Gets the total number of components being backed up or restored by the operation. |
![]() |
WarningCount | Gets the total number of warnings that have occurred during the backup or restore 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