VsanJsonComparator
VsanJsonComparator
Defines the base criteria for matching JSON data.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"comparator": "string",
"comparableValue": {
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
}
string
comparator
Optional
Defines the possible operators to use for comparison of the Json data.
See also VsanPropertyConstraintComparatorEnumEnum.
comparableValue
Optional
The value to be compared against.
Could be an array if the comparison operator works on a range of values.