getDataApi()
Obtains the metadata associated with the data source contained in the config object.
Returns
The DataApi object containing the metadata and a helper method fetchData that is used to get the actual data from the data source.
Parameters
This API does not have parameters.
Usage example
In this example, the API obtains the metadata associated with the data source
contained in the dataConfig
object.
PCore.getDataApi().init(dataConfig);
Previous topic getContainerUtils() Next topic getDataApiUtils()