AutoExportJobPropertiesStatus interface

The status of the auto export

Properties

currentIterationFilesDiscovered

Files discovered for export in current iteration. It may increase while more export items are found.

currentIterationFilesExported

Files that have been exported in current iteration.

currentIterationFilesFailed

Files failed to export in current iteration.

currentIterationMiBDiscovered

Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.

currentIterationMiBExported

Data (in MiB) that have been exported in current iteration.

exportIterationCount

Number of iterations completed since the start of the export.

lastCompletionTimeUTC

The time (in UTC) of the last completed auto export job.

lastStartedTimeUTC

The time (in UTC) the latest auto export job started.

lastSuccessfulIterationCompletionTimeUTC

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.

statusCode

Server-defined status code for auto export job.

statusMessage

Server-defined status message for auto export job.

totalFilesExported

Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.

totalFilesFailed

Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.

totalMiBExported

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