ArrayOfVsanXvcQuerySpec
ArrayOfVsanXvcQuerySpec
A boxed array of VsanXvcQuerySpec. To be used in Any placeholders.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"objectModel": "string",
"properties": [
"string"
],
"filter": {
"_typeName": "string",
"criterias": [
{
"_typeName": "string",
"property": "string",
"operator": "string",
"comparableValue": {
"_typeName": "string"
},
"comparableList": {
"_typeName": "string",
"val": [
{
"_typeName": "string"
}
]
},
"ignoreCase": false
}
],
"operator": "string"
},
"offset": 0,
"limit": 0,
"returnTotalCount": false
}
]
}