SearchMetaTablesPagination
Region:
China (Beijing)
Request Parameters
Required
PageNumberThe page number
PageSizeThe number of entri...
AppGuidThe GUID of the wor...
KeywordThe keyword based o...
EntityTypeThe type of the met...
ClusterIdThe ID of the EMR c...
DataSourceTypeThe type of the dat...
SchemaThe schema informat...
Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

Operation Description

You can call this operation to query only metatables in a MaxCompute or E-MapReduce (EMR) compute engine.

Request Parameters

Field NameField Details
PageNumberinteger<int32>

The page number.

Example:1
PageSizeinteger<int32>

The number of entries per page. Default value: 10. Maximum value: 100.

Example:10
AppGuidstring

The GUID of the workspace where the metatables reside.

Example:odps.engine_name
Keywordstring

The keyword based on which metatables are queried. During the query, the system tokenizes the names of metatables and matches the names with the keyword. If no name is matched, the value null is returned. By default, the system uses underscores (_) to tokenize the names.

Example:test
EntityTypeinteger<int32>

The type of the metatables. Valid values: 0 and 1. The value 0 indicates that tables are queried. The value 1 indicates that views are queried. If you do not configure this parameter, all types of metatables are queried.

Example:0
ClusterIdstring

The ID of the EMR cluster. This parameter is required only if you set the DataSourceType parameter to emr.View Details...

Example:abcReference Value Source:
    ListClusters
DataSourceTypestring

The type of the data source. Valid values: odps and emr.

Example:emrReference Value Source:
    CreateDataSource
    ExportDataSources
    ListDataSources
Schemastring

The schema information of the table. You must configure this parameter if you enable the three-layer model of MaxCompute.

Example:default

Response Parameters

Field NameField Details
HttpStatusCodeinteger<int32>

The HTTP status code.

Example:200
ErrorMessagestring

The error message.

Example:The specified parameters are invalid.
RequestIdstring

The request ID.

Example:0bc1ec92159376****
Successboolean

Indicates whether the request was successful.

Example:true
ErrorCodestring

The error code.

Example:1031203110005
Dataobject

The search results.

Change History
No Change History found.