ArmDataMigrationModelFactory.CopyProgressDetails Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de CopyProgressDetails.
public static Azure.ResourceManager.DataMigration.Models.CopyProgressDetails CopyProgressDetails (string tableName = default, string status = default, string parallelCopyType = default, int? usedParallelCopies = default, long? dataRead = default, long? dataWritten = default, long? rowsRead = default, long? rowsCopied = default, DateTimeOffset? copyStart = default, double? copyThroughput = default, int? copyDuration = default);
static member CopyProgressDetails : string * string * string * Nullable<int> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTimeOffset> * Nullable<double> * Nullable<int> -> Azure.ResourceManager.DataMigration.Models.CopyProgressDetails
Public Shared Function CopyProgressDetails (Optional tableName As String = Nothing, Optional status As String = Nothing, Optional parallelCopyType As String = Nothing, Optional usedParallelCopies As Nullable(Of Integer) = Nothing, Optional dataRead As Nullable(Of Long) = Nothing, Optional dataWritten As Nullable(Of Long) = Nothing, Optional rowsRead As Nullable(Of Long) = Nothing, Optional rowsCopied As Nullable(Of Long) = Nothing, Optional copyStart As Nullable(Of DateTimeOffset) = Nothing, Optional copyThroughput As Nullable(Of Double) = Nothing, Optional copyDuration As Nullable(Of Integer) = Nothing) As CopyProgressDetails
Parâmetros
- tableName
- String
Nome da tabela.
- status
- String
Status do atividade Copy (InProgress, Succeeded, Failed, Canceled).
- parallelCopyType
- String
Tipo de cópia paralela (Intervalo dinâmico, partição física, nenhum).
- copyStart
- Nullable<DateTimeOffset>
Copiar Iniciar.
Retornos
Uma nova CopyProgressDetails instância para simulação.
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET