Include relevant details, such as the response text or screenshots, to help us resolve the issue.
%ExtentMgr.Catalog.Extent
hidden persistent class %ExtentMgr.Catalog.Extent extends %Library.Persistent [ Final ]
SQL Table Name: %ExtentMgr_Catalog.Extent
The Extent Manager Catalog classes model the extent metadata. Extent metadata is not part of the %Dictionary.
Rather, extent metadata should be considered to be part of the data. Extent metadata describes the structure of
persistent data. Extent metadata also includes information about the state of the data including selectivity
information used by the query optimizer, the status of index structures and the current state of constraints on
the extent.
An extent corresponds to an SQL table. The name of the extent is always the same as the class with a ".cls"
extension. A class can only have one extent in a namespace but there can be extents for a class in many
different namespaces.
This property is a reference to the CompiledClass in the dictionary. This property
might not always be set and it might not always swizzle when it is set. If this property
value is not null and it will not swizzle it simply means the class that owns this extent
is not currently compiled.