Data Object - ConverterServerJobJobFilterSpecByTime

Property of
ConverterServerJobJobFilterSpec
Extends
DynamicData
Since
Converter API 1.0

Data Object Description

This data object type specifies a time range used to filter job history.

Properties

Name Type Description
beginTime*xsd:dateTime

The beginning of the time range. If this property is not specified, then jobs are collected from the earliest time in the database.
endTime*xsd:dateTime

The end of the time range. If this property is not specified, then jobs are collected up to the latest time in the database.
timeTypexsd:string

The time stamp to filter: created, last run started, or last run completed time. Its value is from TimeOption enumeration.
Properties inherited from DynamicData
None
*Need not be set