AutoImportJobPropertiesStatus interface

The status of the auto import job.

Properties

blobSyncEvents

The storage account blob change feed status of the auto import job.

importedDirectories

Number of directories imported during full scan.

importedFiles

Number of files imported during full scan.

importedSymlinks

Number of symlinks imported during full scan.

lastCompletionTimeUTC

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

lastStartedTimeUTC

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

preexistingDirectories

Number of preexisting directories during full scan.

preexistingFiles

Number of preexisting files during full scan.

preexistingSymlinks

Number of preexisting symlinks during full scan.

rateOfBlobImport

Rate of blob import during full scan.

rateOfBlobWalk

Rate of blobs walked during full scan.

scanEndTime

Date and time of when the full scan ended.

scanStartTime

Date and time of when the currently running full scan began.

state

The state of the auto import operation.

statusCode

Server-defined status code for auto import job.

statusMessage

Server-defined status message for auto import job.

totalBlobsImported

Total number of blobs imported during full scan.

totalBlobsWalked

Total number of blobs walked during full scan.

totalConflicts

Total conflicts encountered during full scan.

totalErrors

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

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

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