ICatalogOperations.ListTableStatisticsWithHttpMessagesAsync Método

Definição

Recupera a lista de estatísticas de tabela do catálogo Data Lake Analytics.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>> ListTableStatisticsWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> odataQuery = default, string select = default, bool? count = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListTableStatisticsWithHttpMessagesAsync : string * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>>
Public Function ListTableStatisticsWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, Optional odataQuery As ODataQuery(Of USqlTableStatistics) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of USqlTableStatistics)))

Parâmetros

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.

odataQuery
ODataQuery<USqlTableStatistics>

Parâmetros OData a serem aplicados à operação.

select
String

Instrução OData Select. Limita as propriedades em cada entrada apenas às solicitadas, por exemplo, Categories?$select=CategoryName,Description. Opcional.

count
Nullable<Boolean>

O valor booliano de true ou false para solicitar uma contagem dos recursos correspondentes incluídos com os recursos na resposta, por exemplo, Categories?$count=true. Opcional.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a