VsanXvcQueryCriteria

VsanXvcQueryCriteria
VsanXvcQueryCriteria

A condition on an object model property.

Matches all objects that have a property that satisfies the condition.

This structure may be used only with operations rendered under /vsan.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "property": "string",
    "operator": "string",
    "comparableValue": {
        "_typeName": "string"
    },
    "comparableList": {
        "_typeName": "string",
        "val": [
            {
                "_typeName": "string"
            }
        ]
    },
    "ignoreCase": false
}
string
property
Required

Name of the property.

string
operator
Optional

The operator to use for comparison of the property value.

Must be one of XvcQueryCriteriaOperator.

See also VsanXvcQueryCriteriaOperatorEnum.

comparableValue
Optional

The value against which to compare the property value.

comparableList
Optional

The list against which to compare the property values.

boolean
ignoreCase
Optional

Whether to treat lower and upper cases of the same letter as if they were the same character.