Skip to main content

%UIMA.Model.features

This capability is being deprecated and will be removed in a future release of InterSystems IRIS. Please reach out to your account team if you need an alternative solution.

Property Inventory

Properties

property features as list of feature (XMLNAME = "feature", XMLPROJECTION = "element");
See feature.
Property methods: featuresBuildValueArray(), featuresCollectionToDisplay(), featuresCollectionToOdbc(), featuresDisplayToCollection(), featuresGet(), featuresGetObject(), featuresGetObjectId(), featuresGetSwizzled(), featuresIsValid(), featuresOdbcToCollection(), featuresSet(), featuresSetObject(), featuresSetObjectId()
property storeOther as %String (VALUELIST = ",ignore,json,array", XMLPROJECTION = "attribute") [ InitialExpression = "json" ];
This parameter controls whether features for which no column is explicitly created should be stored in an array of strings ("array"), a single JSON string in a %String column ("json") or not at all ("ignore").
Property methods: storeOtherDisplayToLogical(), storeOtherGet(), storeOtherIsValid(), storeOtherLogicalToDisplay(), storeOtherLogicalToOdbc(), storeOtherNormalize(), storeOtherSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab