%iKnow.TextTransformation.OutputKeyValue
Class %iKnow.TextTransformation.OutputKeyValue Extends %SerialObject [ Deprecated, System = 4 ]
This class represents a key-value pair identified when executing a TT model.
Properties
Header
Property Header As %String(MAXLEN = 1000);
Key
Property Key As %String(MAXLEN = 1000);
Value
Property Value As %String(MAXLEN = 2000);
Location
Property Location As OutputLocation;