Class CIM_UnixAppSetting
extends CIM_UnixSetting

Application specific configuration settings.

Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_Setting
   |
   +--CIM_UnixSetting
   |
   +--CIM_UnixAppSetting

Direct Known Subclasses

None.

Class Qualifiers

NameData TypeValueScopeFlavors
DescriptionstringApplication specific configuration settings.None TRANSLATABLE= true

Local Class Properties

NameData TypeQualifiers
NameData TypeValueScopeFlavors
BcBaseMaxuint64
DescriptionstringMaximum base values allowed by the bc utility. Minimum Acceptable Value: _POSIX2_BC_BASE_MAX(99). sysconf returns this variable when _SC_BASE_MAX is passed to it.None TRANSLATABLE= true
BcDimMaxuint64
DescriptionstringMaximum number of elements permitted in an array by the bc utility. Minimum Acceptable Value: _POSIX2_BC_DIM_MAX(2048). sysconf returns this variable when _SC_BC_DIM_MAX is passed to it.None TRANSLATABLE= true
BcScaleMaxuint64
DescriptionstringMaximum scale value allowed by the bc utility. Minimum Acceptable Value: _POSIX2_BC_SCALE_MAX(99). sysconf returns this variable when _SC_BC_SCALE_MAX is passed to it.None TRANSLATABLE= true
BcStringMaxuint64
DescriptionstringMaximum length of a string constant accepted by the bc utility. Minimum Acceptable Value: _POSIX2_BC_STRING_MAX(1000). sysconf returns this variable when _SC_BC_STRING_MAX is passed to it.None TRANSLATABLE= true
ExprNestMaxuint64
DescriptionstringMaximum number of expressions that can be nested within parentheses by the expr utility. Minimum Acceptable Value: _POSIX2_EXPR_NEST_MAX(32) sysconf returns this variable when _SC_EXPR_NEST_MAX is passed to it.None TRANSLATABLE= true

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CreationClassNamestringCIM_UnixSetting
DescriptionstringCIM_ManagedElement
SettingIDstringCIM_UnixSetting