the glossary schema object
a promise that resolves to a glossary schema object
Delete glossary schema
the glossary schema id
a promise that resolves to a glossary schema object
Delete glossary schema by its name and object type
the glossary schema name
the glossary schema object type
a promise that resolves to a glossary schema object
Delete glossary schemas
OptionalresultCallback: ResultCallback<GlossarySchemaItemSkeleton<any>>Optional callback to process individual results
promise that resolves to an array of glossary schema objects
Export glossary schema
the glossary schema id
a promise that resolves to a glossary schema export object
Export glossary schema by its name and object type
the glossary schema name
the glossary schema object type
a promise that resolves to a glossary schema export object
Export all glossary schemas
Optionaloptions: GlossarySchemaExportOptionsexport options
a promise that resolves to a glossary schema export object
Import glossary schemas
glossary schema import data
OptionalglossaryId: stringThe glossary schema id. If supplied, only the glossary schema of that id is imported. Takes priority over glossaryName/objectType if they are all provided.
OptionalglossaryName: stringThe glossary schema name. If supplied along with the objectType, only the glossary schema of that name/objectType is imported.
OptionalobjectType: GlossaryObjectTypethe glossary schema object type
Optionaloptions: GlossarySchemaImportOptionsimport options
OptionalresultCallback: ResultCallback<GlossarySchemaItemSkeleton<any>>Optional callback to process individual results
the imported glossary schemas
Read glossary schema
the glossary schema id
a promise that resolves to a glossary schema object
Read glossary schema by its name and object type
the glossary schema name
the glossary schema object type
a promise that resolves to a glossary schema object
Read all glossary schemas
a promise that resolves to an array of glossary schema objects
Update glossary schema
the glossary schema id
the glossary schema object
a promise that resolves to a glossary schema object
Create glossary schema