StorageCacheImportJobData.State Property

Definition

The 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.

public Azure.ResourceManager.StorageCache.Models.ImportStatusType? State { get; }
member this.State : Nullable<Azure.ResourceManager.StorageCache.Models.ImportStatusType>
Public ReadOnly Property State As Nullable(Of ImportStatusType)

Property Value

Applies to