DynamicExecutorAllocation interface  
Dynamic Executor Allocation Properties
Properties
| enabled | Indicates whether Dynamic Executor Allocation is enabled or not.  | 
| max | 
	The maximum number of executors alloted  | 
| min | 
	The minimum number of executors alloted  | 
Property Details
enabled
Indicates whether Dynamic Executor Allocation is enabled or not.
enabled?: boolean
				Property Value
boolean
		maxExecutors
	 
	The maximum number of executors alloted
maxExecutors?: number
				Property Value
number
		minExecutors
	 
	The minimum number of executors alloted
minExecutors?: number
				Property Value
number