get
All
Versions
Target
@Query(value = "SELECT DISTINCT " + APP_VERSION_KEY + " FROM " + PERFORMANCE_ANALYTICS_KEY +
" WHERE " + APPLICATION_IDENTIFIER_KEY + "=:" + APPLICATION_IDENTIFIER_KEY +
" AND " + PLATFORM_KEY + "=:" + PLATFORM_KEY +
" AND " + PERFORMANCE_ANALYTIC_TYPE_KEY + "=:#{#" + PERFORMANCE_ANALYTIC_TYPE_KEY + ".name()}",
nativeQuery = true
)
Method to get all the available versions target for a specific analytic
Return
Parameters
applicationId
The application identifier related to the performance data collected
platform
The platform related to the performance data collected
type
The specific performance data to retrieve