Provider
property on this configuration to specify settings specific to a service provider.local
data service provider key specifying that data be sourced from a JSON file.allow
property. Below is a list of the functionality that service providers can support. See the service provider documentation for details.allow.tableQuery
is set to false
then the service provider does not support select queries against a data service. If set to true
, the defaults below all apply for service provider support for this feature. If set to an object, each property will specify the details of how this feature is implemented in the service provider.1
means the order by clause only supports 1 field for sorting data. A value 2
means the order by clause supports multiple order by fields for sorting data. A value of 0
or null
means the service provider does not support this feature.tableQuery
support and then executes a query against the account
data service for customer
entities.serviceProvider
method.getCurrentUser
method directly on the service provider.Provider
property on this configuration to specify settings specific to a service provider.local
data service provider key specifying that data be sourced from a JSON file.