共用方式為


ImportJobPropertiesStatus Class

Definition

The status of the import

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.ImportJobPropertiesStatusTypeConverter))]
public class ImportJobPropertiesStatus : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IImportJobPropertiesStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.ImportJobPropertiesStatusTypeConverter))>]
type ImportJobPropertiesStatus = class
    interface IImportJobPropertiesStatus
    interface IJsonSerializable
Public Class ImportJobPropertiesStatus
Implements IImportJobPropertiesStatus
Inheritance
ImportJobPropertiesStatus
Attributes
Implements

Constructors

Name Description
ImportJobPropertiesStatus()

Creates an new ImportJobPropertiesStatus instance.

Properties

Name Description
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.

ImportedDirectory

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

ImportedFile

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

ImportedSymlink

Newly added symbolic links into the filesystem.

LastCompletionTime

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

LastStartedTime

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

PreexistingDirectory

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

PreexistingFile

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

PreexistingSymlink

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

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.

TotalConflict

Number of conflicts in the import job.

TotalError

Number of errors in the import job.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ImportJobPropertiesStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ImportJobPropertiesStatus.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IImportJobPropertiesStatus.

FromJsonString(String)

Creates a new instance of ImportJobPropertiesStatus, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ImportJobPropertiesStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to