Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%MV.EnumClass

class %MV.EnumClass extends %Library.RegisteredObject

This class is used by CMQL and other MV engines to determine the make up of a class that describes metadata for any particular file that is projected in to the file space.

Method Inventory

Methods

classmethod Indexes(className As %String, includeNamespace As %Boolean) as %String
Returns all information regarding the indexes described by a particuler MV class in a string serialized form that is usable by the CMQL parser

Inherited Members

Inherited Methods

FeedbackOpens in a new tab