ServiceVersion
- Last Updated: January 10, 2022
- 1 minute read
- DataDirect Connectors
- JDBC
- SAP S/4HANA 6.0
- Documentation
Purpose
Determines which versions of a service the driver returns metadata for when the service has multiple versions.
Valid Values
Latest | All
Behavior
If set to Latest, the driver returns metadata only for the latest version of the service(s) to which it connects. For example, if the service has both V=001 and V=002, the driver returns metadata only for V=002.
If set to All, the driver returns metatdata for every version of the service to which it connects.
Notes
-
If a service has only one version, the driver returns only the metadata for that version.
-
If a value is specified for the ServiceList property, the driver returns metadata only for the services and versions specified by the ServiceList and ServiceVersion properties.
-
If metadata is required only for the latest version of a service, set this property to
Latest, the default. This improves performance at connection by limiting the overhead associated with fetching metadata for multiple versions.
Data Source Methods
public String getServiceVersion()
public void setServiceVersion(String)
Default Value
Latest
Data Type
String