ServiceVersion
- Last Updated: December 17, 2020
- 1 minute read
Purpose
Determines which versions of the service(s) for which the driver returns metadata when there are 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.
-
When a service has multiple versions, specifying a value of
Latestcan improve performance at connection by limiting the metadata fetched to only the latest version.
Data Source Methods
public String getServiceVersion()
public void setServiceVersion(String)
Default Value
Latest
Data Type
String