Constructor ScalableSetting
ScalableSetting(T[], ScalableSettingSchemaId)
Build a new scalable setting.
선언
public ScalableSetting(T[] values, ScalableSettingSchemaId schemaId)
파라미터
타입 | 이름 | 설명 |
---|---|---|
T[] | values | The values of the scalable setting. Must not be |
ScalableSettingSchemaId | schemaId | The of the schema for this scalable setting. |