AutoImportJobProperties interface

Properties of the auto import job.

Properties

adminStatus

The administrative status of the auto import job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto import job. By default it is set to 'Enable'.

autoImportPrefixes

An array of blob paths/prefixes that get auto imported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths is 100.

blobSyncEvents

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

conflictResolutionMode

How the auto import job will handle conflicts. For example, if the auto import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the auto import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the auto import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or is currently released. 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/blob-integration#conflict-resolution-mode for a thorough explanation of these resolution modes.

enableDeletions

Whether or not to enable deletions during auto import. This only affects overwrite-dirty.

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.

maximumErrors

Total non-conflict-oriented errors (e.g., OS errors) Import will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately on any error.

preexistingDirectories

Number of preexisting directories during full scan.

preexistingFiles

Number of preexisting files during full scan.

preexistingSymlinks

Number of preexisting symlinks during full scan.

provisioningState

ARM provisioning state.

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

adminStatus

The administrative status of the auto import job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto import job. By default it is set to 'Enable'.

adminStatus?: string

Property Value

string

autoImportPrefixes

An array of blob paths/prefixes that get auto imported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths is 100.

autoImportPrefixes?: string[]

Property Value

string[]

blobSyncEvents

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

blobSyncEvents?: AutoImportJobPropertiesStatusBlobSyncEvents

Property Value

conflictResolutionMode

How the auto import job will handle conflicts. For example, if the auto import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the auto import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the auto import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or is currently released. 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/blob-integration#conflict-resolution-mode for a thorough explanation of these resolution modes.

conflictResolutionMode?: string

Property Value

string

enableDeletions

Whether or not to enable deletions during auto import. This only affects overwrite-dirty.

enableDeletions?: boolean

Property Value

boolean

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

maximumErrors

Total non-conflict-oriented errors (e.g., OS errors) Import will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately on any error.

maximumErrors?: number

Property Value

number

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

provisioningState

ARM provisioning state.

provisioningState?: string

Property Value

string

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