JobOrderBy.OrderByProperty Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the properties that you can specify when telling the scheduler your preference for determining on which nodes to schedule the job.
public enum JobOrderBy.OrderByProperty
type JobOrderBy.OrderByProperty =
Public Enum JobOrderBy.OrderByProperty
- Inheritance
-
JobOrderBy.OrderByProperty
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Memory | 1 | Give preference to memory. |
Cores | 2 | Give preference to cores. |