ISchedulerJob.MinCoresPerNode Property

Definition

Retrieves or sets the minimum number of cores that a node must have for the job to run on it.

public int MinCoresPerNode { get; set; }
member this.MinCoresPerNode : int with get, set
Public Property MinCoresPerNode As Integer

Property Value

The minimum number of cores on a node that the job requires.

Applies to