RemoteDataArchiveMigrationStatusReport 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.
Status report for each batch of rows migrated to Remote Data Archive
public class RemoteDataArchiveMigrationStatusReport
type RemoteDataArchiveMigrationStatusReport = class
Public Class RemoteDataArchiveMigrationStatusReport
- Inheritance
-
RemoteDataArchiveMigrationStatusReport
Properties
DatabaseName |
The name of the database from which rows were migrated. |
Details |
Details of the error message. |
ErrorNumber |
If the batch fails, the error number of the error that occurred; otherwise, 0. |
ErrorSeverity |
If the batch fails, the severity of the error that occurred; otherwise, 0. |
ErrorState |
If the batch fails, the state of the error that occurred; otherwise, 0. The error state indicates the condition or location where the error occurred. |
MigratedRows |
The number of rows migrated in this batch. |
StatusReportEndTimeInUtc |
The UTC time at which the batch finished. |
StatusReportStartTimeInUtc |
The UTC time at which the batch started. |
TableName |
The name of the table from which rows were migrated. |