![]() |
Consumption Analytics Documentation |
A data source configuration that retrieves a managed data source from the application database. A managed data source is maintained from the client UI and may be referenced by any number of jobs using this bean type. Use this instead of
JdbcDataSourceConfig
to fetch a data source managed by the application.
<bean class=”com.cloudcruiser.batch.collect.ManagedJdbcDataSource”>
<property name="name" value="name " /> |
|
<bean class="com.cloudcruiser.batch.collect.ManagedJdbcDataSource">
<property name="name" value="MY_DATA_SOURCE_NAME" />
</bean>
(c) Copyright 2017-2020 Hewlett Packard Enterprise Development LP