通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TermTemplateDefOutput interface

术语表术语的术语模板定义。

属性

attributeDefs

属性定义的数组。

category

类别类型的枚举。

可能的值:“PRIMITIVE”、“OBJECT_ID_TYPE”、“ENUM”、“STRUCT”、“CLASSIFICATION”、“ENTITY”、“ARRAY”、“MAP”、“RELATIONSHIP”、“TERM_TEMPLATE”

createdBy

创建记录的用户。

createTime

记录的创建时间。

dateFormatter

日期格式。

description

类型定义的说明。

guid

类型定义的 GUID。

lastModifiedTS

用于并发控制的 ETag。

name

类型定义的名称。

options

类型定义的选项。

serviceType

服务类型。

typeVersion

类型的版本。

updatedBy

更新记录的用户。

updateTime

记录的更新时间。

version

记录的版本。

属性详细信息

attributeDefs

属性定义的数组。

attributeDefs?: AtlasAttributeDefOutput[]

属性值

category

类别类型的枚举。

可能的值:“PRIMITIVE”、“OBJECT_ID_TYPE”、“ENUM”、“STRUCT”、“CLASSIFICATION”、“ENTITY”、“ARRAY”、“MAP”、“RELATIONSHIP”、“TERM_TEMPLATE”

category?: string

属性值

string

createdBy

创建记录的用户。

createdBy?: string

属性值

string

createTime

记录的创建时间。

createTime?: number

属性值

number

dateFormatter

日期格式。

dateFormatter?: DateFormatOutput

属性值

description

类型定义的说明。

description?: string

属性值

string

guid

类型定义的 GUID。

guid?: string

属性值

string

lastModifiedTS

用于并发控制的 ETag。

lastModifiedTS?: string

属性值

string

name

类型定义的名称。

name?: string

属性值

string

options

类型定义的选项。

options?: Record<string, string>

属性值

Record<string, string>

serviceType

服务类型。

serviceType?: string

属性值

string

typeVersion

类型的版本。

typeVersion?: string

属性值

string

updatedBy

更新记录的用户。

updatedBy?: string

属性值

string

updateTime

记录的更新时间。

updateTime?: number

属性值

number

version

记录的版本。

version?: number

属性值

number