共用方式為


ScaleSettings interface

定義集區所需的大小。 這可以是 'fixedScale',其中指定了要求的 targetDedicatedNodes,或定義定期重新評估的公式的 'autoScale'。 如果未指定此屬性,集區將會有固定小數位數,且具有 0 targetDedicatedNodes。

屬性

autoScale

此屬性和 fixedScale 互斥,而且必須指定其中一個屬性。

fixedScale

此屬性和 autoScale 互斥,而且必須指定其中一個屬性。

屬性詳細資料

autoScale

此屬性和 fixedScale 互斥,而且必須指定其中一個屬性。

autoScale?: AutoScaleSettings

屬性值

fixedScale

此屬性和 autoScale 互斥,而且必須指定其中一個屬性。

fixedScale?: FixedScaleSettings

屬性值