AutoImportJobPropertiesStatus interface
The status of the auto import job.
Properties
| blob |
The storage account blob change feed status of the auto import job. |
| imported |
Number of directories imported during full scan. |
| imported |
Number of files imported during full scan. |
| imported |
Number of symlinks imported during full scan. |
| last |
The time (in UTC) of the last completed auto import job. |
| last |
The time (in UTC) the latest auto import job started. |
| preexisting |
Number of preexisting directories during full scan. |
| preexisting |
Number of preexisting files during full scan. |
| preexisting |
Number of preexisting symlinks during full scan. |
| rate |
Rate of blob import during full scan. |
| rate |
Rate of blobs walked during full scan. |
| scan |
Date and time of when the full scan ended. |
| scan |
Date and time of when the currently running full scan began. |
| state | The state of the auto import operation. |
| status |
Server-defined status code for auto import job. |
| status |
Server-defined status message for auto import job. |
| total |
Total number of blobs imported during full scan. |
| total |
Total number of blobs walked during full scan. |
| total |
Total conflicts encountered during full scan. |
| total |
Total errors encountered during full scan. |
Property Details
blobSyncEvents
The storage account blob change feed status of the auto import job.
blobSyncEvents?: AutoImportJobPropertiesStatusBlobSyncEvents
Property Value
importedDirectories
Number of directories imported during full scan.
importedDirectories?: number
Property Value
number
importedFiles
Number of files imported during full scan.
importedFiles?: number
Property Value
number
importedSymlinks
Number of symlinks imported during full scan.
importedSymlinks?: number
Property Value
number
lastCompletionTimeUTC
The time (in UTC) of the last completed auto import job.
lastCompletionTimeUTC?: Date
Property Value
Date
lastStartedTimeUTC
The time (in UTC) the latest auto import job started.
lastStartedTimeUTC?: Date
Property Value
Date
preexistingDirectories
Number of preexisting directories during full scan.
preexistingDirectories?: number
Property Value
number
preexistingFiles
Number of preexisting files during full scan.
preexistingFiles?: number
Property Value
number
preexistingSymlinks
Number of preexisting symlinks during full scan.
preexistingSymlinks?: number
Property Value
number
rateOfBlobImport
Rate of blob import during full scan.
rateOfBlobImport?: number
Property Value
number
rateOfBlobWalk
Rate of blobs walked during full scan.
rateOfBlobWalk?: number
Property Value
number
scanEndTime
Date and time of when the full scan ended.
scanEndTime?: Date
Property Value
Date
scanStartTime
Date and time of when the currently running full scan began.
scanStartTime?: Date
Property Value
Date
state
The state of the auto import operation.
state?: string
Property Value
string
statusCode
Server-defined status code for auto import job.
statusCode?: string
Property Value
string
statusMessage
Server-defined status message for auto import job.
statusMessage?: string
Property Value
string
totalBlobsImported
Total number of blobs imported during full scan.
totalBlobsImported?: number
Property Value
number
totalBlobsWalked
Total number of blobs walked during full scan.
totalBlobsWalked?: number
Property Value
number
totalConflicts
Total conflicts encountered during full scan.
totalConflicts?: number
Property Value
number
totalErrors
Total errors encountered during full scan.
totalErrors?: number
Property Value
number