全部产品
Search
文档中心

大数据开发治理平台 DataWorks:CustomAttribute

更新时间:Jun 04, 2026

名称

类型

描述

示例值

object

自定义属性定义

Id

string

自定义属性 ID,需匹配 ^custom-attribute:[A-Za-z][A-Za-z0-9_]{0,98}$,custom-attribute: 后面的部分长度小于 100

custom-attribute:biz_owner

DisplayName

string

自定义属性展示名称,长度小于 128 个字符

业务负责人

Type

string

自定义属性类型,支持 ENUM、TEXT、HYPERLINK

TEXT

EntityTypes

array

适用实体类型列表,支持精确实体类型以及 *-table*-column 通配写法,如

  • dataworks-project

  • dataworks-dataset

  • maxcompute-table

  • maxcompute-column

string

实体类型

maxcompute-table

ValueEnums

array

枚举可选值,type=ENUM 时必填;TEXT、HYPERLINK 类型不支持

string

枚举值

VALUE_1

SearchFilterEnabled

boolean

是否支持作为搜索页的筛选条件(只影响数据地图页面搜索),目前仅支持 ENUM 类型取值为 true,默认为 false

false

DisplayEnabled

boolean

是否在页面展示,默认为 true

true

Comment

string

自定义属性描述,长度小于 256 个字符

this is a comment

CreateTime

integer

创建时间,毫秒级时间戳

1750817692000

ModifyTime

integer

修改时间,毫秒级时间戳

1763380628000