AutoImportJobProperties interface
Properties of the auto import job.
Properties
| admin |
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'. |
| auto |
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. |
| blob |
The storage account blob change feed status of the auto import job. |
| conflict |
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. |
| enable |
Whether or not to enable deletions during auto import. This only affects overwrite-dirty. |
| 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. |
| maximum |
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. |
| preexisting |
Number of preexisting directories during full scan. |
| preexisting |
Number of preexisting files during full scan. |
| preexisting |
Number of preexisting symlinks during full scan. |
| provisioning |
ARM provisioning state. |
| 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
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
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
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
preexistingSymlinks
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