Compartilhar via


ArmOperationalInsightsModelFactory.OperationalInsightsTableResultStatistics Método

Definição

Inicializa uma nova instância de OperationalInsightsTableResultStatistics.

public static Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableResultStatistics OperationalInsightsTableResultStatistics (float? progress = default, int? ingestedRecords = default, float? scannedGB = default);
static member OperationalInsightsTableResultStatistics : Nullable<single> * Nullable<int> * Nullable<single> -> Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableResultStatistics
Public Shared Function OperationalInsightsTableResultStatistics (Optional progress As Nullable(Of Single) = Nothing, Optional ingestedRecords As Nullable(Of Integer) = Nothing, Optional scannedGB As Nullable(Of Single) = Nothing) As OperationalInsightsTableResultStatistics

Parâmetros

progress
Nullable<Single>

Percentual de conclusão do trabalho de pesquisa.

ingestedRecords
Nullable<Int32>

O número de linhas que foram retornadas pelo trabalho de pesquisa.

scannedGB
Nullable<Single>

Trabalho de pesquisa: quantidade de dados verificados.

Retornos

Uma nova OperationalInsightsTableResultStatistics instância para zombar.

Aplica-se a