ASAP 3.0 Client Manual
HP NonStop ASAP Client Manual Page 140 of 161
KeyForRow - EDL Entity Property
KeyForRow string
The KeyForRow entity property is a string that defines a list of one or more data
attribute names that represent the columns that uniquely define the row primary key
for each object instance of this entity.
For example for the CPU entity, the Row Key consists of the Date Time data attributes.
These attributes contain values that, when concatenated together, uniquely define
each row instance of this entity.
Applies to: Client
Default: KeyForRow "" -- null
Example
KeyForRow "Date Time" –- Indicates Date and Time
-- data attribute contents
-- are concatenated together to
-- define each data Row's key.
MaxObjectives - EDL Entity Property
MaxObjectives Number
The MaxObjectives property defines the maximum number of objective records that
can be loaded into memory for the entity. ASAP Server uses this to pre-allocate shared
memory to hold objective records. The number of objectives varies depending on the
type of entity. For example, for CPU expect a maximum of 17 objective records (1 for
CPU entity, and 1 each for CPU\n). For a file, the number could be much larger.
Applies to: Server
Default: MaxObjectives 0
Examples
MAXOBJECTIVES 17
Rate - EDL Entity Property
Rate Number
The Rate entity property defines the update interval expected for a given entity. The
interval value is specified in minutes.