View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
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 |
---|---|---|
memberName | xsd:string |
The name of the member to compare.
|
fromValue | xsd:anyType |
Start value of the range.
|
toValue | xsd:anyType |
End value of the range.
|
Properties inherited from QueryFilter | ||
None |
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |