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

In This Topic
    LogQueryParameters Class Members
    In This Topic

    The following tables list the members exposed by LogQueryParameters.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Field The latest time (inclusive; UTC) to include. (Inherited from ArcanaDevelopment.adTempus.Shared.HistoryQueryParameters)
    Public Field Controls how data is fetched. (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Public Field Determines whether messages flagged as alerts are retrieved.  
    Public Field Determines whether data for held jobs is returned (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters)
    Public Field Determines whether acknowledged messages are returned.  
    Public Field Only fetch messages with the specified source(s)  
    Public Field If set, only fetches records created or modified after the specified timestamp. (Inherited from ArcanaDevelopment.adTempus.Shared.HistoryQueryParameters)
    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. (Inherited from ArcanaDevelopment.adTempus.Shared.HistoryQueryParameters)
    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 (Inherited from ArcanaDevelopment.adTempus.Shared.HistoryQueryParameters)
    Public Property Only fetch messages associated with the specified job instance(s)  
    Public Property Only return records related to the specified execution request IDs (Inherited from ArcanaDevelopment.adTempus.Shared.HistoryQueryParameters)
    Public Property List of specific instances to retrieve (Inherited from ArcanaDevelopment.adTempus.Shared.HistoryQueryParameters)
    Public Property Only fetch messages with the specified message class(es)  
    Public Property Only fetch messages with the specified message code(s)  
    Public Property Only fetch messages with the specified message ID(s)  
    Public Property Only fetch messages with the specified message type(S)  
    Public Property The sort order to use when fetching records  
    Public Property Only return records with one of the specified job states (Inherited from ArcanaDevelopment.adTempus.Shared.HistoryQueryParameters)
    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