JobQueryParameters Class Members
In This Topic
The following tables list the members exposed by JobQueryParameters.
Public Constructors
Public Fields
| Name | Description |
 | FetchOptions |
Controls how data is fetched.
|
 | IncludeHeldJobs |
Determines whether data for held jobs is returned
|
 | PageNumber |
The page number of results to fetch.
|
 | PageSize |
The number of records to return in one batch when using paging
|
Top
Public Properties
| Name | Description |
 | Agents |
List of OIDs of Remote Agents to return records for
|
 | Tags |
List of tags to include or exclude.
|
 | TargetComputers |
List of names of computers (e.g., agents) to return records for
|
 | TargetObjects |
List of OIDs of the jobs, groups, or queues to query for. If no jobs or groups are specified, all jobs are included.
|
Top
Public Methods
| Name | Description |
 | GetTargetObjects |
Gets all members of the TargetObjects collection that have the specified classID.
|
Top
See Also