TaskManagerViewByStartId
Defines the view parameters with starting task ID for the task query.
Since: vSphere API Release 9.0.0.0
{
"_typeName": "string",
"count": 0,
"startId": "string"
}
The page size to be fetched.
When the value is > 0, the query will fetch tasks older than the specified task in startId parameter with lesser task IDs. (Next page when the tasks are shown with the newest task first) When the value is < 0, the query will fetch tasks newer than the specified task in startId parameter with greater task IDs. (Previous page when the tasks are shown with the newest task first)
Specifies the key of the task from which to start the query.
If it is set to an empty string and count > 0, the query will return the latest (newest) count tasks in the system. In order to read the oldest tasks in the system, the caller should set this field to "task-0" and count to a negative number.