About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Last updated: Feb 11, 2025
Each type of node has its own set of legal properties, and each property has a type. This type
may be a general type—number, flag, or string—in which case settings for the property are coerced to
the correct type. An error is raised if they can't be coerced. Alternatively, the property reference
may specify the range of legal values, such as
,
Discard
, and PairAndDiscard
, in which case an error is
raised if any other value is used. Flag properties should be read or set by using values of
IncludeAsText
and true
. (Variations including false
,
Off
, OFF
, off
, No
,
NO
, no
, n
, N
, f
,
F
, false
, False
, or FALSE
are
also recognized when setting values, but may cause errors when reading property values in some
cases. All other values are regarded as true. Using 0
and true
consistently will avoid any confusion.) In this documentation's reference tables, the structured
properties are indicated as such in the Property description column, and
their usage formats are provided.false
Was the topic helpful?
0/1000