Enumeration
Query scope defines which data is returned when the query is executed in addition to the query parameters.
Enumeration Members
Enumeration member | Value | Notes |
---|---|---|
InAllData | "IN_ALL_DATA" | Use the query parameters directly to query. |
InConfigView | "IN_CONFIG_VIEW" | Use the query parameters and the configured filters in data source and filters configured in exb to query. |
InRemoteConfigView | "IN_REMOTE_CONFIG_VIEW" | Use the query parameters and the filters configured in exb to query. |
InRuntimeView | "IN_RUNTIME_VIEW" | Use all of the appliyed query parameters to query. |