AtlasGlossaryCategoryOutput interface
The glossary category.
Properties
| anchor | The glossary header with basic information. |
| children |
An array of children categories. |
| classifications | An array of classifications. |
| created |
The user who created the record. |
| create |
The created time of the record. |
| guid | The GUID of the object. |
| last |
ETag for concurrency control. |
| long |
The long version description. |
| name | The name of the glossary object. |
| parent |
The header of the related category. |
| qualified |
The qualified name of the glossary object. |
| short |
The short version of description. |
| terms | An array of related term headers. |
| updated |
The user who updated the record. |
| update |
The update time of the record. |
Property Details
anchor
The glossary header with basic information.
anchor?: AtlasGlossaryHeaderOutput
Property Value
childrenCategories
An array of children categories.
childrenCategories?: AtlasRelatedCategoryHeaderOutput[]
Property Value
classifications
An array of classifications.
classifications?: AtlasClassificationOutput[]
Property Value
createdBy
The user who created the record.
createdBy?: string
Property Value
string
createTime
The created time of the record.
createTime?: number
Property Value
number
guid
The GUID of the object.
guid?: string
Property Value
string
lastModifiedTS
ETag for concurrency control.
lastModifiedTS?: string
Property Value
string
longDescription
The long version description.
longDescription?: string
Property Value
string
name
The name of the glossary object.
name?: string
Property Value
string
parentCategory
The header of the related category.
parentCategory?: AtlasRelatedCategoryHeaderOutput
Property Value
qualifiedName
The qualified name of the glossary object.
qualifiedName?: string
Property Value
string
shortDescription
The short version of description.
shortDescription?: string
Property Value
string
terms
An array of related term headers.
terms?: AtlasRelatedTermHeaderOutput[]
Property Value
updatedBy
The user who updated the record.
updatedBy?: string
Property Value
string
updateTime
The update time of the record.
updateTime?: number
Property Value
number