Skip to content

Data Object - QueryFilterBetween

Java Class

com.omnissa.vdi.vlsi.binding.vdi.query.QueryFilter.Between

Extends

QueryFilter

Since

Horizon 7.3

Data Object Description

Specify that the named member must be in between the range fromValue to toValue. The supported types are:

  • xsd:dateTime: The value in the resulting data object must be between the range fromValue to toValue.

2

Data Object Properties

Name Type Description
memberName xsd:string The name of the member to compare.
fromValue xsd:anyType Start value of the range. 1
toValue xsd:anyType End value of the range. 1
Properties inherited from QueryFilter
None

  1. This property need not be set. 

  2. This data object must be updated as a whole.