EXPOSE

Use this function in a tap to capture an event and its related fact.

_EXPOSE(event,fact,dpAlias,factDatatype)

Parameter

Type

Required/
Optional

Description

event

String

Required

Specifies the name of the event. The name is case-insensitive.

fact

Any Simple Type

Required

Specifies the fact related to the event. Validate the value of this parameter against the value of the factDatatype parameter.

dpAlias

String

Required

Specifies the name (alias) of the data provider that was supplied in the Data Provider window under Server in the iWay Service Manager Administration Console. The value DB is reserved for an in-memory, non-persistent Hypersonic database (HSQL).

factDatatype

String

Required

Specifies the data type that will be used when a table is created. iWay Enable uses this value when it performs aggregation of the fact.


iWay Software