SchemaView.KindOfQuantity Class @beta
Lightweight view over a KindOfQuantity in a SchemaView.
Properties
| Name | Type | Description | |
|---|---|---|---|
| description Accessor ReadOnly | string | ||
| ecInstanceId Accessor ReadOnly | number | Row ID from ec_KindOfQuantity. | |
| fullName Accessor ReadOnly | string | "SchemaName:KoqName" - colon-separated. | |
| label Accessor ReadOnly | string | ||
| name Accessor ReadOnly | string | ||
| persistenceUnit Accessor ReadOnly | string | Persistence unit as a full name string, e.g. | |
| presentationFormats Accessor ReadOnly | ReadonlyArray<SchemaView.PresentationFormat> | Presentation formats parsed into structured overrides. | |
| presentationFormatsRaw Accessor ReadOnly | string | Raw presentation format string as stored in ECDb (ec_KindOfQuantity.PresentationUnits). |
|
| relativeError Accessor ReadOnly | number | ||
| schema Accessor ReadOnly | SchemaView.Schema |
Defined in
- ecschema-metadata/src/SchemaView.ts Line 1019
Last Updated: 27 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.