Virtual Storage Lifecycle Management API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - TaskManagerViewByStartId(vim.TaskManager.ViewByStartId)
- Extends
- TaskManagerTaskViewSpec
- Since
- vSphere API Release 9.0.0.0
Data Object Description
Defines the view parameters with starting task ID for the task query.Properties
Name | Type | Description |
---|---|---|
count | xsd:int |
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)
|
startId | xsd:string |
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.
|
Properties inherited from TaskManagerTaskViewSpec | ||
None | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |