DynamicExecutorAllocation interface
動態執行程式配置屬性
屬性
| enabled | 指出是否啟用動態執行程式配置。 |
| max |
已批注的執行程序數目上限 |
| min |
已批注的執行程序數目下限 |
屬性詳細資料
enabled
指出是否啟用動態執行程式配置。
enabled?: boolean
屬性值
boolean
maxExecutors
已批注的執行程序數目上限
maxExecutors?: number
屬性值
number
minExecutors
已批注的執行程序數目下限
minExecutors?: number
屬性值
number