Data Object - VsanXvcQueryCriteria(vim.vsan.XvcQueryCriteria)

Property of
VsanXvcQueryFilter
Extends
DynamicData
See also
DynamicArray
Since
vSAN API 8.0.0.2

Data Object Description

A condition on an object model property. Matches all objects that have a property that satisfies the condition.

Properties

Name Type Description
comparableList*DynamicArray

The list against which to compare the property values.

Since vSAN API 8.0.0.3
comparableValue*xsd:anyType

The value against which to compare the property value.
ignoreCase*xsd:boolean

Whether to treat lower and upper cases of the same letter as if they were the same character.
operator*xsd:string

The operator to use for comparison of the property value. Must be one of XvcQueryCriteriaOperator.
See VsanXvcQueryCriteriaOperator

propertyxsd:string

Name of the property.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition