CatalogOperationsExtensions.GetTablePartition Method

Definition

Retrieves the specified table partition from the Data Lake Analytics catalog.

public static Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition GetTablePartition (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName);
static member GetTablePartition : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * string -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePartition
<Extension()>
Public Function GetTablePartition (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String, partitionName As String) As USqlTablePartition

Parameters

operations
ICatalogOperations

The operations group for this extension method.

accountName
String

The Azure Data Lake Analytics account upon which to execute catalog operations.

databaseName
String

The name of the database containing the partition.

schemaName
String

The name of the schema containing the partition.

tableName
String

The name of the table containing the partition.

partitionName
String

The name of the table partition.

Returns

Applies to