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
.
{
"_typeName": "string",
"property": "string",
"operator": "string",
"comparableValue": {
"_typeName": "string"
},
"comparableList": {
"_typeName": "string",
"val": [
{
"_typeName": "string"
}
]
},
"ignoreCase": false
}
Name of the property.
The operator to use for comparison of the property value.
Must be one of XvcQueryCriteriaOperator.
See also VsanXvcQueryCriteriaOperatorEnum.
The value against which to compare the property value.
The list against which to compare the property values.
Whether to treat lower and upper cases of the same letter as if they were the same character.