adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / HistoryQueryParameters Class
Fields Properties Methods

In This Topic
    HistoryQueryParameters Class Members
    In This Topic

    The following tables list the members exposed by HistoryQueryParameters.

    Public Fields
     NameDescription
    Public Field The latest time (inclusive; UTC) to include.  
    Public Field Controls how data is fetched. (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Public Field Determines whether data for held jobs is returned (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Public Field If set, only fetches records created or modified after the specified timestamp.  
    Public Field The page number of results to fetch. (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Public Field The number of records to return in one batch when using paging (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Public Field The earliest time (inclusive; UTC) to include.  
    Top
    Public Properties
     NameDescription
    Public Property List of OIDs of Remote Agents to return records for (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Public Property Only return records associated with the specified chain  
    Public Property Only return records related to the specified execution request IDs  
    Public Property List of specific instances to retrieve  
    Public Property Only return records with one of the specified job states  
    Public Property List of tags to include or exclude. (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Public Property List of names of computers (e.g., agents) to return records for (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Public Property List of OIDs of the jobs, groups, or queues to query for. If no jobs or groups are specified, all jobs are included. (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Top
    Public Methods
     NameDescription
    Public Method Gets all members of the TargetObjects collection that have the specified classID. (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Top
    See Also