ImportJobProperties interface

Properties of the import job.

Properties

adminStatus

The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job. By default it is set to 'Active'.

blobsImportedPerSecond

A recent and frequently updated rate of total files, directories, and symlinks imported per second.

blobsWalkedPerSecond

A recent and frequently updated rate of blobs walked per second.

conflictResolutionMode

How the import job will handle conflicts. For example, if the import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or was not previously imported. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/ for a thorough explanation of these resolution modes.

importedDirectories

New or modified directories that have been imported into the filesystem.

importedFiles

New or modified files that have been imported into the filesystem.

importedSymlinks

Newly added symbolic links into the filesystem.

importPrefixes

An array of blob paths/prefixes that get imported into the cluster namespace. It has '/' as the default value.

lastCompletionTime

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

lastStartedTime

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

maximumErrors

Total non-conflict oriented errors the import job will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately and is the default.

preexistingDirectories

Directories that already exist in the filesystem and have not been modified.

preexistingFiles

Files that already exist in the filesystem and have not been modified.

preexistingSymlinks

Symbolic links that already exist in the filesystem and have not been modified.

provisioningState

ARM provisioning state.

state

The operational state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error.

statusMessage

The status message of the import job.

totalBlobsImported

The total blobs that have been imported since import began.

totalBlobsWalked

The total blob objects walked.

totalConflicts

Number of conflicts in the import job.

totalErrors

Number of errors in the import job.

Property Details

adminStatus

The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job. By default it is set to 'Active'.

adminStatus?: string

Property Value

string

blobsImportedPerSecond

A recent and frequently updated rate of total files, directories, and symlinks imported per second.

blobsImportedPerSecond?: number

Property Value

number

blobsWalkedPerSecond

A recent and frequently updated rate of blobs walked per second.

blobsWalkedPerSecond?: number

Property Value

number

conflictResolutionMode

How the import job will handle conflicts. For example, if the import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or was not previously imported. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/ for a thorough explanation of these resolution modes.

conflictResolutionMode?: string

Property Value

string

importedDirectories

New or modified directories that have been imported into the filesystem.

importedDirectories?: number

Property Value

number

importedFiles

New or modified files that have been imported into the filesystem.

importedFiles?: number

Property Value

number

Newly added symbolic links into the filesystem.

importedSymlinks?: number

Property Value

number

importPrefixes

An array of blob paths/prefixes that get imported into the cluster namespace. It has '/' as the default value.

importPrefixes?: string[]

Property Value

string[]

lastCompletionTime

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

lastCompletionTime?: Date

Property Value

Date

lastStartedTime

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

lastStartedTime?: Date

Property Value

Date

maximumErrors

Total non-conflict oriented errors the import job will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately and is the default.

maximumErrors?: number

Property Value

number

preexistingDirectories

Directories that already exist in the filesystem and have not been modified.

preexistingDirectories?: number

Property Value

number

preexistingFiles

Files that already exist in the filesystem and have not been modified.

preexistingFiles?: number

Property Value

number

Symbolic links that already exist in the filesystem and have not been modified.

preexistingSymlinks?: number

Property Value

number

provisioningState

ARM provisioning state.

provisioningState?: string

Property Value

string

state

The operational state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error.

state?: string

Property Value

string

statusMessage

The status message of the import job.

statusMessage?: string

Property Value

string

totalBlobsImported

The total blobs that have been imported since import began.

totalBlobsImported?: number

Property Value

number

totalBlobsWalked

The total blob objects walked.

totalBlobsWalked?: number

Property Value

number

totalConflicts

Number of conflicts in the import job.

totalConflicts?: number

Property Value

number

totalErrors

Number of errors in the import job.

totalErrors?: number

Property Value

number