Edit

Share via


JobOrderBy.OrderByProperty Enum

Definition

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.

Applies to