Share via


AtlasGlossaryCategoryOutput interface

The glossary category.

Properties

anchor

The glossary header with basic information.

childrenCategories

An array of children categories.

classifications

An array of classifications.

createdBy

The user who created the record.

createTime

The created time of the record.

guid

The GUID of the object.

lastModifiedTS

ETag for concurrency control.

longDescription

The long version description.

name

The name of the glossary object.

parentCategory

The header of the related category.

qualifiedName

The qualified name of the glossary object.

shortDescription

The short version of description.

terms

An array of related term headers.

updatedBy

The user who updated the record.

updateTime

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