Name | Description | |
---|---|---|
LogQueryParameters Constructor | Overloaded. |
The following tables list the members exposed by LogQueryParameters.
Name | Description | |
---|---|---|
LogQueryParameters Constructor | Overloaded. |
Name | Description | |
---|---|---|
EndTimestamp | The latest time (inclusive; UTC) to include. (Inherited from ArcanaDevelopment.adTempus.Shared.HistoryQueryParameters) | |
FetchOptions | Controls how data is fetched. (Inherited from HistoryQueryParameters) | |
GetAlerts | Determines whether messages flagged as alerts are retrieved. | |
IncludeHeldJobs | Determines whether data for held jobs is returned (Inherited from HistoryQueryParameters) | |
MessageAcknowledged | Determines whether acknowledged messages are returned. | |
MessageSources | Only fetch messages with the specified source(s) | |
ModifiedSinceUTC | If set, only fetches records created or modified after the specified timestamp. (Inherited from HistoryQueryParameters) | |
PageNumber | The page number of results to fetch. (Inherited from HistoryQueryParameters) | |
PageSize | The number of records to return in one batch when using paging (Inherited from HistoryQueryParameters) | |
StartTimestamp | The earliest time (inclusive; UTC) to include. (Inherited from HistoryQueryParameters) |
Name | Description | |
---|---|---|
Agents | List of OIDs of Remote Agents to return records for (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters) | |
ChainIDs | Only return records associated with the specified chain (Inherited from HistoryQueryParameters) | |
ExecutionHistoryItems | Only fetch messages associated with the specified job instance(s) | |
ExecutionRequestIDs | Only return records related to the specified execution request IDs (Inherited from HistoryQueryParameters) | |
Instances | List of specific instances to retrieve (Inherited from HistoryQueryParameters) | |
MessageClasses | Only fetch messages with the specified message class(es) | |
MessageCodes | Only fetch messages with the specified message code(s) | |
MessageIDs | Only fetch messages with the specified message ID(s) | |
MessageTypes | Only fetch messages with the specified message type(S) | |
SortOrder | The sort order to use when fetching records | |
Statuses | Only return records with one of the specified job states (Inherited from HistoryQueryParameters) | |
Tags | List of tags to include or exclude. (Inherited from HistoryQueryParameters) | |
TargetComputers | List of names of computers (e.g., agents) to return records for (Inherited from HistoryQueryParameters) | |
TargetObjects | 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 HistoryQueryParameters) |
Name | Description | |
---|---|---|
GetTargetObjects | Gets all members of the TargetObjects collection that have the specified classID. (Inherited from ArcanaDevelopment.adTempus.Shared.JobQueryParameters) |