Qore DataProvider Module Reference  2.2
DataProvider::DataProviderFactoryInfo hashdecl Reference

Data provider factory info. More...

Public Attributes

bool api_management = False
 Does this factory create a data provider suitable for server-side API management.
 
*softlist< stringapi_profiles
 Which server profiles are supported for API management (if any)?
 
bool children_can_support_apis = False
 Can any child data providers offer API services (request - response data providers)?
 
string desc
 The factory description.
 
string name
 The factory name.
 
hash< DataProviderInfoprovider_info
 Info about providers created from this factory (without the name and children attributes)
 

Detailed Description

Data provider factory info.