文档

通用数据结构

更新时间:

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 项目名称

LineageEntityVO

注册血缘时的实体对象

参数名称

类型

示例值

描述

QualifiedName

String

maxcompute-table.projectName.tablename

Unique identifier of entity

Name

String

tableName

Name of entity

ParentName

String

dbName

Parent name of entity

DetailUrl

String

http://domain.test.url/entity

Detail url of entity

LineageRelationRegisterVO

血缘关系注册结构体

参数名称

类型

示例值

描述

SrcEntity

LineageEntityVO

The source entity in lineage relation

DestEntity

LineageEntityVO

The destination entity in lineage relation

Relationship

RelationshipVO

The relationship between entities

CreateTimestamp

Long

1684327487964

The time of lineage relation generation

RelationshipVO

实体关系结构体

参数名称

类型

示例值

描述

Type

String

sql

Type name of relationship

UserEntityTag

标签

参数名称

类型

示例值

描述

TagKey

String

priority

标签 Key

TagValue

String

p1

标签 Value

  • 本页导读 (1)
文档反馈