View API


Data Object - QueryFilterContains

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

Data Object Description

Specify that the named member must contain the specified value. The supported types are:
  • xsd:string: The value in the resulting data object must contain (as a substring) the specified value, ignores case.
  • xsd:ArrayOfString: The value in the resulting data object must contain all values specified in value, ignores case.
  • array: The values in the resulting data object must contain all values specified in value.
  • 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 that the member must contain.
  • This property need not be set.
Properties inherited from QueryFilter
None