SearchIndexIterationSpec

SearchIndexIterationSpec
SearchIndexIterationSpec

The IterationSpec contains fields used to split results into pages.

Since: vSphere API Release 9.1.0.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "marker": "string",
    "limit": 0
}
string
marker
Optional

Indicates from where the next read of resources will start.

integer As int32 As int32
limit
Optional

Page size.

Default 100, the server can override it.