View API


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:
  • xsd:dateTime: The value in the resulting data object must be between the range fromValue to toValue.
  • This data object must be updated as a whole.

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