View API


Data Object - QueryFilterEquals

Class
VMware.Hv.Equals
Parent Class
QueryFilter
Since
Horizon View 6.0

Data Object Description

Specify that the named member must be equal to the specified value. The supported types are:
  • xsd:string: The value in the resulting data object must be equal to the specified value, ignores case.
  • xsd:ArrayOfString: The values in the resulting data object must be equal to the specified value, ignores case.
  • Object: The values in the resulting data object must be equal to the specified value. This equality is based on object's equals method implementation
  • 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.
valuexsd:anyType

The value to be compared against.
  • This property need not be set.
Properties inherited from QueryFilter
None