RemoteDataArchiveMigrationStatusReport Class

Definition

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.

Applies to