ICatalogOperations.GetTablePartitionWithHttpMessagesAsync Método

Definição

Recupera a partição de tabela especificada do catálogo de Data Lake Analytics.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>> GetTablePartitionWithHttpMessagesAsync (string accountName, string databaseName, string schemaName, string tableName, string partitionName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTablePartitionWithHttpMessagesAsync : string * string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition>>
Public Function GetTablePartitionWithHttpMessagesAsync (accountName As String, databaseName As String, schemaName As String, tableName As String, partitionName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of USqlTablePartition))

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 a partição.

schemaName
String

O nome do esquema que contém a partição.

tableName
String

O nome da tabela que contém a partição.

partitionName
String

O nome da partição de tabela.

customHeaders
Dictionary<String,List<String>>

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

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

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

Gerado quando um parâmetro necessário é nulo

Aplica-se a