JobScheduleSearch
A complex data type that represents a job schedule search.
Elements
Condition
JobScheduleCondition. Optional. The search condition. Specify this value or ConditionArray.
ConditionArray
ArrayOfJobScheduleCondition. Optional. The array of search conditions. Specify this value or Condition.
RequestedOutputFileName
String. Optional. The output file name.
InputFileName
String. Optional. The input file name.
InputFileId
String. Optional. The input file ID.
EventType
EventType. Optional. The event type of the job.
NotifiedUserId
String. Optional. The ID of the user to notify. Specify one of this value, NotifiedUserName, NotifiedChannelId, or NotifiedChannelName.
NotifiedUserName
String. Optional. The name of the user to notify. Specify one of this value, NotifiedUserId, NotifiedChannelId, or NotifiedChannelName.
NotifiedChannelId
String. Optional. The ID of the channel to notify. Specify one of this value, NotifiedUserId, NotifiedUserName, or NotifiedChannelName.
NotifiedChannelName
String. Optional. The name of the channel to notify. Specify one of this value, NotifiedUserId, NotifiedUserName, or NotifiedChannelId.
FetchSize
Int. Optional. The maximum number of records to retrieve and return in a result set. The default value is 500.
FetchDirection
Boolean. Optional. If True, records are retrieved forward. If False, records are retrieved backward. The default value is True.
CountLimit
Int. Optional. The maximum number of records to count. By default, CountLimit is equal to FetchSize. To count all records, set CountLimit to ‑1.
FetchHandle
String. Optional. Retrieves more items from the result set. In the second and subsequent calls for data, specifies the same search criteria as in the original call.