Skip to main content
Skip table of contents

t_ComponentProperties_Collection

Collection

Properties

condition : string

The property to which the directive is applied.

The property specified here must be prefixed with "-Dnexj" unless the property is specfied in the server file.
Example


"-Dnexj.database.port.enabled=1"

description : string

Description of the Collection.

directive : directive

An conditional directive determining the operation to apply to the property specified in 'condition'.

If the operation is set to "if" or "ifnot", the property can be null. "ifdef" means "if defined". "ifndef" means "if not defined". If the operation is set to either, the property must not be null.
Example


"if", "ifnot", "ifdef", "ifndef"

Valid values based on“string”.
if
ifnot
ifdef
ifndef
name : identifier

Uniquely identifies the Collection.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

Content

Parents

Parent topic: Application_ContextAdapter_Properties

Parent topic: t_Channel_SenderProperties

Parent topic: t_Channel_ReceiverProperties

Parent topic: t_Component_Properties

Parent topic: t_DataSource_Properties

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.