CatalogOperationsExtensions.GetTableStatisticAsync 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.
Recupera as estatísticas de tabela especificadas do catálogo de Data Lake Analytics.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> GetTableStatisticAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string statisticsName, System.Threading.CancellationToken cancellationToken = default);
static member GetTableStatisticAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>
<Extension()>
Public Function GetTableStatisticAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String, statisticsName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlTableStatistics)
Parâmetros
- operations
- ICatalogOperations
O grupo de operações para esse método de extensão.
- accountName
- String
O Azure Data Lake Analytics conta na qual executar operações de catálogo.
- databaseName
- String
O nome do banco de dados que contém as estatísticas.
- schemaName
- String
O nome do esquema que contém as estatísticas.
- tableName
- String
O nome da tabela que contém as estatísticas.
- statisticsName
- String
O nome das estatísticas da tabela.
- cancellationToken
- CancellationToken
O token de cancelamento.
Retornos
Aplica-se a
Azure SDK for .NET