StorageIORMConfigOption
Configuration setting ranges for StorageIORMConfigSpec object.
{
"_typeName": "string",
"enabledOption": {
"_typeName": "string",
"valueIsReadonly": false,
"supported": false,
"defaultValue": false
},
"congestionThresholdOption": {
"_typeName": "string",
"valueIsReadonly": false,
"min": 0,
"max": 0,
"defaultValue": 0
},
"statsCollectionEnabledOption": {
"_typeName": "string",
"valueIsReadonly": false,
"supported": false,
"defaultValue": false
},
"reservationEnabledOption": {
"_typeName": "string",
"valueIsReadonly": false,
"supported": false,
"defaultValue": false
}
}
The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.
The IntOption data object type is used to define the minimum, maximum, and default values for an integer option.
The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.
The BoolOption data object type describes if an option is supported ("true") and if the option is set to "true" or "false" by default.