Data Object - QueryFilterBetween

Class
VMware.Hv.Between
Parent Class
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:

Data Object Properties

Properties

Name Type Description
memberNamexsd:string

The name of the member to compare.
fromValuexsd:anyType

Start value of the range.
  • This property need not be set.
toValuexsd:anyType

End value of the range.
  • This property need not be set.
Properties inherited from QueryFilter
None