com.apama.utils
Event MultipleParamsDataViewConsts


Constants event for the Multiple Param DataView that define the various constant values for common settings, values, and configuration items.

These constants should be used rather than the specific value in order to ensure future compatibility.
Since:
CMF 5.2.0
Version:
10.3

Constant summary
 constant stringDESCRIPTION := "DESCRIPTION"

This constant value defines the name of the configuration item used to configure the description of the DataView to create. The default for this configuration in the supplied NAME configuration.
 constant stringKEY_FIELDS := "KEY_FIELDS"

This constant value defines the name of the configuration item used to configure the sequence of fields the DataView will use a key fields. The format of this parameter must be a sequence<string>.
 constant stringNAME := "NAME"

This constant value defines the name of the configuration item used to configure the name of the DataView to create. This configuration is required.
 constant stringOWNER := "OWNER"

This constant value defines the name of the configuration item used to configure the Owner of items in the DataView. The default for this configuration in "*" (all users).
 
Constant detail

DESCRIPTION

constant string DESCRIPTION := "DESCRIPTION"
This constant value defines the name of the configuration item used to configure the description of the DataView to create. The default for this configuration in the supplied NAME configuration.

KEY_FIELDS

constant string KEY_FIELDS := "KEY_FIELDS"
This constant value defines the name of the configuration item used to configure the sequence of fields the DataView will use a key fields. The format of this parameter must be a sequence<string>.

Key fields are used to identify unique items/rows in the DataView. By default, all fields are used as key fields.

NAME

constant string NAME := "NAME"
This constant value defines the name of the configuration item used to configure the name of the DataView to create. This configuration is required.

OWNER

constant string OWNER := "OWNER"
This constant value defines the name of the configuration item used to configure the Owner of items in the DataView. The default for this configuration in "*" (all users).