BatchJobFilterInfo Class |
Namespace: PDTec.IceNet.Domain.BatchHub.Service.Interface
public class BatchJobFilterInfo
The BatchJobFilterInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| BatchJobFilterInfo | Initializes a new instance of the BatchJobFilterInfo class |
| Name | Description | |
|---|---|---|
| CompletedOn |
The [CompletedOn] filter value. If [CompletedOnFilterType] is set to [Between] this represents the lower value.
| |
| CompletedOnFilterType |
The constraint type. Defines how filter parameters and actual values will be compared.
| |
| CompletedOnUpper |
If [CompletedOnFilterType] is set to [Between] this represents the upper value.
| |
| CompletionStatus |
The [CompletionStatus] filter value.
| |
| DependenciesOf |
List job dependencies (jobs that the job with this ID depends on).
| |
| DependingOn |
List jobs that depend on the job with this ID.
| |
| FilterCompletedOn |
Filter by [CompletedOn].
| |
| FilterCompletionStatus |
Filter by [CompletionStatus].
| |
| FilterDependenciesOf |
Filter by job dependencies (jobs that a specific job depends on).
| |
| FilterDependingOn |
Filter by depending on (jobs that depend on a specific job).
| |
| FilterLane |
Filter by lane number.
| |
| FilterPriority |
Filter by [Priority].
| |
| FilterProcessedBy |
Filter by [ProcessedBy].
| |
| FilterProcessingExpired |
Filter by processing expiration: List jobs that are [Processing] and their [ProcessingDuration] is exceeded.
| |
| FilterQueue |
Filter by queue name.
| |
| FilterScheduledOn |
Filter by [ScheduledOn].
| |
| FilterStatus |
Filter by [Status].
| |
| FilterSubmittedBy |
Filter by [SubmittedBy].
| |
| FilterSubmittedOn |
Filter by [SubmittedOn].
| |
| Lane |
The lane number filter value.
| |
| Priority |
The [Priority] filter value. If [PriorityFilterType] is set to [Between] this represents the lower value.
| |
| PriorityFilterType |
The constraint type. Defines how filter parameters and actual values will be compared.
| |
| PriorityUpper |
If [PriorityFilterType] is set to [Between] this represents the upper value.
| |
| ProcessedBy |
The [ProcessedBy] filter value.
| |
| Properties |
The filter criteria related to properties.
| |
| QueueName |
The queue name filter value.
| |
| ScheduledOn |
The [ScheduledOn] filter value. If [ScheduledOnFilterType] is set to [Between] this represents the lower value.
| |
| ScheduledOnFilterType |
The constraint type. Defines how filter parameters and actual values will be compared.
| |
| ScheduledOnUpper |
If [ScheduledOnFilterType] is set to [Between] this represents the upper value.
| |
| Status |
The [Status] filter value.
| |
| SubmittedBy |
The [SubmittedBy] filter value.
| |
| SubmittedOn |
The [SubmittedOn] filter value. If [SubmittedOnFilterType] is set to [Between] this represents the lower value.
| |
| SubmittedOnFilterType |
The constraint type. Defines how filter parameters and actual values will be compared.
| |
| SubmittedOnUpper |
If [SubmittedOnFilterType] is set to [Between] this represents the upper value.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |