ListMetaCollectionEntities分页
该接口用于查询集合中的实体
服务地址:
华东1 金融云
输入参数
只看必填
CollectionQualifiedName集合唯一标识
EntityType实体类型
Keyword搜索关键词
分页参数
NextToken分页信息
PageSize分页大小
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求参数

字段名称字段详情
CollectionQualifiedNamestring

集合唯一标识。

示例值:album.12345参考取值来源:
    GetMetaCollectionDetail
    ListMetaCollections
    AddMetaCollectionEntity
EntityTypestring

实体类型。示例:maxcompute-table 表示 MaxCompute 表类型。

示例值:maxcompute-table
Keywordstring

搜索关键词。

示例值:test
NextTokenstring

分页信息,指定本次读取的起始点。

示例值:12222
PageSizeinteger<int32>

分页大小。

示例值:10

返回参数

字段名称字段详情
Dataobject

返回结构体。

RequestIdstring

请求的 ID。用于定位日志,排查问题。

示例值:E25887B7-579C-54A5-9C4F-83A0DE367DD
Successboolean

调用是否成功。取值如下:展开详情

示例值:true
ErrorCodestring

错误码。

示例值:Invalid.Collection.NotExists
ErrorMessagestring

错误信息。

示例值:The specified parameters are invalid.
HttpStatusCodeinteger<int32>

HTTP 状态码。

示例值:200
变更历史
暂无变更历史