通过


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

AtlasGlossaryCategoryOutput interface

术语表类别。

属性

anchor

包含基本信息的术语表头。

childrenCategories

子类别的数组。

classifications

分类数组。

createdBy

创建记录的用户。

createTime

记录的创建时间。

guid

对象的 GUID。

lastModifiedTS

用于并发控制的 ETag。

longDescription

长版本说明。

name

术语表对象的名称。

parentCategory

相关类别的标头。

qualifiedName

术语表对象的限定名称。

shortDescription

说明的简短版本。

terms

相关术语标头的数组。

updatedBy

更新记录的用户。

updateTime

记录的更新时间。

属性详细信息

anchor

包含基本信息的术语表头。

anchor?: AtlasGlossaryHeaderOutput

属性值

childrenCategories

子类别的数组。

childrenCategories?: AtlasRelatedCategoryHeaderOutput[]

属性值

classifications

分类数组。

classifications?: AtlasClassificationOutput[]

属性值

createdBy

创建记录的用户。

createdBy?: string

属性值

string

createTime

记录的创建时间。

createTime?: number

属性值

number

guid

对象的 GUID。

guid?: string

属性值

string

lastModifiedTS

用于并发控制的 ETag。

lastModifiedTS?: string

属性值

string

longDescription

长版本说明。

longDescription?: string

属性值

string

name

术语表对象的名称。

name?: string

属性值

string

parentCategory

相关类别的标头。

parentCategory?: AtlasRelatedCategoryHeaderOutput

属性值

qualifiedName

术语表对象的限定名称。

qualifiedName?: string

属性值

string

shortDescription

说明的简短版本。

shortDescription?: string

属性值

string

terms

相关术语标头的数组。

terms?: AtlasRelatedTermHeaderOutput[]

属性值

updatedBy

更新记录的用户。

updatedBy?: string

属性值

string

updateTime

记录的更新时间。

updateTime?: number

属性值

number