AutoExportJobPropertiesStatus interface
The status of the auto export
Properties
| current |
Files discovered for export in current iteration. It may increase while more export items are found. |
| current |
Files that have been exported in current iteration. |
| current |
Files failed to export in current iteration. |
| current |
Data (in MiB) discovered for export in current iteration. It may increase while more export items are found. |
| current |
Data (in MiB) that have been exported in current iteration. |
| export |
Number of iterations completed since the start of the export. |
| last |
The time (in UTC) of the last completed auto export job. |
| last |
The time (in UTC) the latest auto export job started. |
| last |
Time (in UTC) of the last successfully completed export iteration. Look at logging container for details. |
| state | The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error. |
| status |
Server-defined status code for auto export job. |
| status |
Server-defined status message for auto export job. |
| total |
Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly. |
| total |
Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly. |
| total |
Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly. |
Property Details
currentIterationFilesDiscovered
Files discovered for export in current iteration. It may increase while more export items are found.
currentIterationFilesDiscovered?: number
Property Value
number
currentIterationFilesExported
Files that have been exported in current iteration.
currentIterationFilesExported?: number
Property Value
number
currentIterationFilesFailed
Files failed to export in current iteration.
currentIterationFilesFailed?: number
Property Value
number
currentIterationMiBDiscovered
Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.
currentIterationMiBDiscovered?: number
Property Value
number
currentIterationMiBExported
Data (in MiB) that have been exported in current iteration.
currentIterationMiBExported?: number
Property Value
number
exportIterationCount
Number of iterations completed since the start of the export.
exportIterationCount?: number
Property Value
number
lastCompletionTimeUTC
The time (in UTC) of the last completed auto export job.
lastCompletionTimeUTC?: Date
Property Value
Date
lastStartedTimeUTC
The time (in UTC) the latest auto export job started.
lastStartedTimeUTC?: Date
Property Value
Date
lastSuccessfulIterationCompletionTimeUTC
Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.
lastSuccessfulIterationCompletionTimeUTC?: Date
Property Value
Date
state
The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error.
state?: string
Property Value
string
statusCode
Server-defined status code for auto export job.
statusCode?: string
Property Value
string
statusMessage
Server-defined status message for auto export job.
statusMessage?: string
Property Value
string
totalFilesExported
Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.
totalFilesExported?: number
Property Value
number
totalFilesFailed
Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.
totalFilesFailed?: number
Property Value
number
totalMiBExported
Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.
totalMiBExported?: number
Property Value
number