Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NonSqlDataMigrationTableResult

Package version

Object used to report the data migration results of a table

Hierarchy

  • NonSqlDataMigrationTableResult

Index

Properties

Optional elapsedTimeInMiliseconds

elapsedTimeInMiliseconds: undefined | number

Time taken to migrate the data NOTE: This property will not be serialized. It can only be populated by the server.

Optional errors

List of errors, if any, during migration NOTE: This property will not be serialized. It can only be populated by the server.

Optional resultCode

Result code of the data migration. Possible values include: 'Initial', 'Completed', 'ObjectNotExistsInSource', 'ObjectNotExistsInTarget', 'TargetObjectIsInaccessible', 'FatalError' NOTE: This property will not be serialized. It can only be populated by the server.

Optional sourceName

sourceName: undefined | string

Name of the source table NOTE: This property will not be serialized. It can only be populated by the server.

Optional sourceRowCount

sourceRowCount: undefined | number

Number of rows in the source table NOTE: This property will not be serialized. It can only be populated by the server.

Optional targetName

targetName: undefined | string

Name of the target table NOTE: This property will not be serialized. It can only be populated by the server.

Optional targetRowCount

targetRowCount: undefined | number

Number of rows in the target table NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc