CatalogIModel.Manifest Interface
Metadata describing a catalog iModel.
@note Only the CatalogIModel.Manifest.catalogName field is required, and users may add additional fields for their own purposes.
@note The manifest is stored inside of the CatalogIModel, so it is versioned along with the rest of the catalog's contents.
Properties
Name | Type | Description | |
---|---|---|---|
catalogName Readonly | string | The name of the Catalog to be shown in user interfaces. | |
contactName Readonly | string | undefined | The name of the person to contact with questions about this catalog | |
description Readonly | string | undefined | A description of the contents of this catalog to help users understand its purpose and appropriate usage. | |
iTwinId Readonly | string | undefined | The iTwinId for the Catalog | |
lastEditedBy | string | undefined | The name of the person who last modified this catalog. |
Defined in
- core/common/src/CatalogIModel.ts Line 48
Last Updated: 26 April, 2025
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.