Udostępnij za pośrednictwem


ArmDataBoxModelFactory.GranularCopyProgress Method

Definition

Initializes a new instance of GranularCopyProgress.

public static Azure.ResourceManager.DataBox.Models.GranularCopyProgress GranularCopyProgress (string storageAccountName = default, Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType? transferType = default, Azure.ResourceManager.DataBox.Models.DataAccountType? dataAccountType = default, Azure.Core.ResourceIdentifier accountId = default, long? bytesProcessed = default, long? totalBytesToProcess = default, long? filesProcessed = default, long? totalFilesToProcess = default, long? invalidFilesProcessed = default, long? invalidFileBytesUploaded = default, long? renamedContainerCount = default, long? filesErroredOut = default, long? directoriesErroredOut = default, long? invalidDirectoriesProcessed = default, bool? isEnumerationInProgress = default, Azure.ResponseError error = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.CustomerResolutionCode> actions = default);
static member GranularCopyProgress : string * Nullable<Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType> * Nullable<Azure.ResourceManager.DataBox.Models.DataAccountType> * Azure.Core.ResourceIdentifier * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<bool> * Azure.ResponseError * seq<Azure.ResourceManager.DataBox.Models.CustomerResolutionCode> -> Azure.ResourceManager.DataBox.Models.GranularCopyProgress
Public Shared Function GranularCopyProgress (Optional storageAccountName As String = Nothing, Optional transferType As Nullable(Of DataBoxJobTransferType) = Nothing, Optional dataAccountType As Nullable(Of DataAccountType) = Nothing, Optional accountId As ResourceIdentifier = Nothing, Optional bytesProcessed As Nullable(Of Long) = Nothing, Optional totalBytesToProcess As Nullable(Of Long) = Nothing, Optional filesProcessed As Nullable(Of Long) = Nothing, Optional totalFilesToProcess As Nullable(Of Long) = Nothing, Optional invalidFilesProcessed As Nullable(Of Long) = Nothing, Optional invalidFileBytesUploaded As Nullable(Of Long) = Nothing, Optional renamedContainerCount As Nullable(Of Long) = Nothing, Optional filesErroredOut As Nullable(Of Long) = Nothing, Optional directoriesErroredOut As Nullable(Of Long) = Nothing, Optional invalidDirectoriesProcessed As Nullable(Of Long) = Nothing, Optional isEnumerationInProgress As Nullable(Of Boolean) = Nothing, Optional error As ResponseError = Nothing, Optional actions As IEnumerable(Of CustomerResolutionCode) = Nothing) As GranularCopyProgress

Parameters

storageAccountName
String

Name of the storage account. This will be empty for data account types other than storage account.

transferType
Nullable<DataBoxJobTransferType>

Transfer type of data.

dataAccountType
Nullable<DataAccountType>

Data Account Type.

accountId
ResourceIdentifier

Id of the account where the data needs to be uploaded.

bytesProcessed
Nullable<Int64>

To indicate bytes transferred.

totalBytesToProcess
Nullable<Int64>

Total amount of data to be processed by the job.

filesProcessed
Nullable<Int64>

Number of files processed.

totalFilesToProcess
Nullable<Int64>

Total files to process.

invalidFilesProcessed
Nullable<Int64>

Number of files not adhering to azure naming conventions which were processed by automatic renaming.

invalidFileBytesUploaded
Nullable<Int64>

Total amount of data not adhering to azure naming conventions which were processed by automatic renaming.

renamedContainerCount
Nullable<Int64>

Number of folders not adhering to azure naming conventions which were processed by automatic renaming.

filesErroredOut
Nullable<Int64>

Number of files which could not be copied.

directoriesErroredOut
Nullable<Int64>

To indicate directories errored out in the job.

invalidDirectoriesProcessed
Nullable<Int64>

To indicate directories renamed.

isEnumerationInProgress
Nullable<Boolean>

To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.

error
ResponseError

Error, if any, in the stage.

actions
IEnumerable<CustomerResolutionCode>

Available actions on the job.

Returns

A new GranularCopyProgress instance for mocking.

Applies to