Partilhar via


ArmDataBoxModelFactory.GranularCopyProgress Método

Definição

Inicializa uma nova instância de 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

Parâmetros

storageAccountName
String

Nome da conta de armazenamento. Isso estará vazio para tipos de conta de dados diferentes da conta de armazenamento.

transferType
Nullable<DataBoxJobTransferType>

Tipo de transferência de dados.

dataAccountType
Nullable<DataAccountType>

Tipo de conta de dados.

accountId
ResourceIdentifier

Id da conta em que os dados precisam ser carregados.

bytesProcessed
Nullable<Int64>

Para indicar bytes transferidos.

totalBytesToProcess
Nullable<Int64>

Quantidade total de dados a serem processados pelo trabalho.

filesProcessed
Nullable<Int64>

Número de arquivos processados.

totalFilesToProcess
Nullable<Int64>

Total de arquivos a serem processados.

invalidFilesProcessed
Nullable<Int64>

Número de arquivos que não estão aderindo às convenções de nomenclatura do azure que foram processadas pela renomeação automática.

invalidFileBytesUploaded
Nullable<Int64>

Quantidade total de dados que não estão aderindo às convenções de nomenclatura do azure que foram processadas pela renomeação automática.

renamedContainerCount
Nullable<Int64>

Número de pastas que não estão aderindo às convenções de nomenclatura do azure que foram processadas pela renomeação automática.

filesErroredOut
Nullable<Int64>

Número de arquivos que não puderam ser copiados.

directoriesErroredOut
Nullable<Int64>

Para indicar diretórios com erro no trabalho.

invalidDirectoriesProcessed
Nullable<Int64>

Para indicar diretórios renomeado.

isEnumerationInProgress
Nullable<Boolean>

Para indicar se a enumeração de dados está em andamento. Até que isso seja verdadeiro, o TotalBytesToProcess pode não ser válido.

error
ResponseError

Erro, se houver, no estágio.

actions
IEnumerable<CustomerResolutionCode>

Ações disponíveis no trabalho.

Retornos

Uma nova GranularCopyProgress instância para zombar.

Aplica-se a