Qore DataProvider Module Reference
2.3
|
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< string > | api_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< DataProviderInfo > | provider_info |
Info about providers created from this factory (without the name and children attributes) | |
Data provider factory info.