AtlasGlossary interface
The glossary object.
Properties
| categories | An array of 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. |
| language | The language of the glossary. |
| last |
ETag for concurrency control. |
| long |
The long version description. |
| name | The name of the glossary object. |
| 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. |
| usage | The usage of the glossary. |
Property Details
categories
An array of categories.
categories?: AtlasRelatedCategoryHeader[]
Property Value
classifications
An array of classifications.
classifications?: AtlasClassification[]
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
language
The language of the glossary.
language?: 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
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?: AtlasRelatedTermHeader[]
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
usage
The usage of the glossary.
usage?: string
Property Value
string