次の方法で共有


CatalogOperationsExtensions.PreviewTablePartitionAsync メソッド

定義

特定のパーティション内の行のプレビュー セットを取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview> PreviewTablePartitionAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, string tableName, string partitionName, long? maxRows = default, long? maxColumns = default, System.Threading.CancellationToken cancellationToken = default);
static member PreviewTablePartitionAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * string * string * Nullable<int64> * Nullable<int64> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTablePreview>
<Extension()>
Public Function PreviewTablePartitionAsync (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, tableName As String, partitionName As String, Optional maxRows As Nullable(Of Long) = Nothing, Optional maxColumns As Nullable(Of Long) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of USqlTablePreview)

パラメーター

operations
ICatalogOperations

この拡張メソッドの操作グループ。

accountName
String

カタログ操作を実行する Azure Data Lake Analytics アカウント。

databaseName
String

パーティションを含むデータベースの名前。

schemaName
String

パーティションを含むスキーマの名前。

tableName
String

パーティションを含むテーブルの名前。

partitionName
String

テーブル パーティションの名前。

maxRows
Nullable<Int64>

取得するプレビュー行の最大数。パーティション内の行のサイズと行数によっては、返される行がこの数以下になる場合があります。

maxColumns
Nullable<Int64>

取得する列の最大数。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象