Constructor ScalableSetting
ScalableSetting(T[], ScalableSettingSchemaId)
Build a new scalable setting.
Declaration
public ScalableSetting(T[] values, ScalableSettingSchemaId schemaId)
Parameters
| Type | Name | Description |
|---|---|---|
| T[] | values | The values of the scalable setting. Must not be |
| ScalableSettingSchemaId | schemaId | The of the schema for this scalable setting. |