Data Object - QueryFilterContains
Java Class
com.omnissa.vdi.vlsi.binding.vdi.query.QueryFilter.Contains
Extends
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.
Data Object Properties¶
Name | Type | Description |
---|---|---|
memberName | xsd:string | The name of the member to compare. |
value | xsd:anyType | The value that the member must contain. 1 |
Properties inherited from QueryFilter | ||
None |