你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CatalogOperationsExtensions.ListTableStatisticsByDatabaseAndSchema 方法

定义

从Data Lake Analytics目录中检索指定架构内的所有表统计信息的列表。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> ListTableStatisticsByDatabaseAndSchema (this Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations operations, string accountName, string databaseName, string schemaName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> odataQuery = default, string select = default, bool? count = default);
static member ListTableStatisticsByDatabaseAndSchema : Microsoft.Azure.Management.DataLake.Analytics.ICatalogOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics> * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.DataLake.Analytics.Models.USqlTableStatistics>
<Extension()>
Public Function ListTableStatisticsByDatabaseAndSchema (operations As ICatalogOperations, accountName As String, databaseName As String, schemaName As String, Optional odataQuery As ODataQuery(Of USqlTableStatistics) = Nothing, Optional select As String = Nothing, Optional count As Nullable(Of Boolean) = Nothing) As IPage(Of USqlTableStatistics)

参数

operations
ICatalogOperations

此扩展方法的操作组。

accountName
String

Azure Data Lake Analytics用于执行目录操作的帐户。

databaseName
String

包含统计信息的数据库的名称。

schemaName
String

包含统计信息的架构的名称。

odataQuery
ODataQuery<USqlTableStatistics>

要应用于操作的 OData 参数。

select
String

OData Select 语句。 将每个条目的属性限制为仅请求的属性,例如 Categories?$select=CategoryName,Description。 可选。

count
Nullable<Boolean>

true 或 false 的布尔值,用于请求响应中资源中包含的匹配资源的计数,例如 Categories?$count=true。 可选。

返回

适用于