通用数据结构
Collection
集合定义
参数名称 |
类型 |
示例值 |
描述 |
---|---|---|---|
QualifiedName |
String |
album.12334 |
集合唯一标识 |
CollectionType |
String |
album |
集合类型 ALBUM: 专辑类型 ALBUM_CATEGORY: 专辑中的子类目类型 |
Name |
String |
collectionName |
集合名称 |
Comment |
String |
comment |
备注信息 |
OwnerName |
String |
owner |
集合所属人名称 |
CreateTime |
Long |
1668600147617 |
创建时间 |
UpdateTime |
Long |
1668600148617 |
更新时间 |
Level |
Integer |
1 |
集合层级 只有ALBUM_CATEGORY 类型会返回, 目前支持4层 |
Entity
实体定义
参数名称 |
类型 |
示例值 |
描述 |
---|---|---|---|
QualifiedName |
String |
maxcompute_table.563f0357118d05ef145d6bddf2966cc23e86ca8f2f013f915e565afdf09f7a23 |
实体唯一标识 例如: maxcompute-table.projectA.tableB |
TenantId |
Long |
12345 |
租户Id |
EntityContent |
Map |
实体的其他属性 包括: entityType: 实体类型 maxcompute-table、emr-table 等 name: 实体名称 projectName: Maxcompute 项目名称 |