CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchemaNextAsync Método

Definição

Recupera a lista de todas as estatísticas de tabela dentro do esquema especificado do catálogo de Data Lake Analytics.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>> ListTableStatisticsByDatabaseAndSchemaNextAsync (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListTableStatisticsByDatabaseAndSchemaNextAsync : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>>
<Extension()>
Public Function ListTableStatisticsByDatabaseAndSchemaNextAsync (operations As ICatalogOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of USqlTableStatistics))

Parâmetros

operations
ICatalogOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a