Data Object - QueryFilterBetween
Java Class
com.omnissa.vdi.vlsi.binding.vdi.query.QueryFilter.Between
Extends
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.
Data Object Properties¶
| Name | Type | Description | 
|---|---|---|
| memberName | xsd:string | The name of the member to compare. | 
| fromValue | xsd:anyType | Start value of the range. 2 | 
| toValue | xsd:anyType | End value of the range. 2 | 
| Properties inherited from QueryFilter | ||
| None |