MPIP_ADAPTER_USER_DATA

This property is used to associate binary data with an adapter object and can be used for various purposes, such as to pass configuration data, specific environment settings, or possibly real time data.

Type Values
Binary None
For example, the adapter might receive a command line option that requires it to process a certain file. The contents of that file could be parsed during command line validation and placed in the adapter's MPIP_ADAPTER_USER_DATA setting. The data placed in the MPIP_ADAPTER_USER_DATA setting could then be subsequently referenced by the adapter after it is invoked to get or put data at map execution time. Another example is that the adapter might want to store certain runtime data there. While bursting or upon completion of the adapter's transaction scope, the data could be referenced for additional run time or logging purposes.