AutoImportJobPropertiesStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The status of the auto import job.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.AutoImportJobPropertiesStatusTypeConverter))]
public class AutoImportJobPropertiesStatus : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IAutoImportJobPropertiesStatus
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.AutoImportJobPropertiesStatusTypeConverter))>]
type AutoImportJobPropertiesStatus = class
interface IAutoImportJobPropertiesStatus
interface IJsonSerializable
Public Class AutoImportJobPropertiesStatus
Implements IAutoImportJobPropertiesStatus
- Inheritance
-
AutoImportJobPropertiesStatus
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AutoImportJobPropertiesStatus() |
Creates an new AutoImportJobPropertiesStatus instance. |
Properties
| Name | Description |
|---|---|
| BlobSyncEventDeletion |
Number of deletions during auto import. |
| BlobSyncEventImportedDirectory |
Number of directories imported during auto import. |
| BlobSyncEventImportedFile |
Number of files imported during auto import. |
| BlobSyncEventImportedSymlink |
Number of symlinks imported during auto import. |
| BlobSyncEventLastChangeFeedEventConsumedTime |
Date and time of the last Change Feed event consumed. |
| BlobSyncEventLastTimeFullySynchronized |
Date and time when last fully synchronized. |
| BlobSyncEventPreexistingDirectory |
Number of preexisting directories during auto import. |
| BlobSyncEventPreexistingFile |
Number of preexisting files during auto import. |
| BlobSyncEventPreexistingSymlink |
Number of preexisting symlinks during auto import. |
| BlobSyncEventRateOfBlobImport |
Rate of blob import per second during auto import. |
| BlobSyncEventTotalBlobsImported |
Total number of blobs imported during auto import. |
| BlobSyncEventTotalConflict |
Total conflicts encountered during auto import. |
| BlobSyncEventTotalError |
Total errors encountered during auto import. |
| ImportedDirectory |
Number of directories imported during full scan. |
| ImportedFile |
Number of files imported during full scan. |
| ImportedSymlink |
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. |
| PreexistingDirectory |
Number of preexisting directories during full scan. |
| PreexistingFile |
Number of preexisting files during full scan. |
| PreexistingSymlink |
Number of preexisting symlinks during full scan. |
| 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. |
| TotalConflict |
Total conflicts encountered during full scan. |
| TotalError |
Total errors encountered during full scan. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AutoImportJobPropertiesStatus. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AutoImportJobPropertiesStatus. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.IAutoImportJobPropertiesStatus. |
| FromJsonString(String) |
Creates a new instance of AutoImportJobPropertiesStatus, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AutoImportJobPropertiesStatus into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |