Share via


DivisorType Enumeration

Defines the divisor type used to determine the type of division to perform on the input work for a job.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Enumeration DivisorType
'Usage
Dim instance As DivisorType
public enum DivisorType

Members

Member name Description
Fixed A fixed number to divide the inputs by.
Distributed The total input is divided by the number of nodes available to perform the operation; this creates a relatively even distribution of jobs across the compute nodes.

See Also

Reference

Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace