| QVSSettingsScope Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: PIX.QMSAPI.DataObjects
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No scope specified. | |
| General | 1 | Represents general settings, such as server name and login information, and corresponds to General. | |
| Folders | 2 | Represents folder settings, such as root folder and mounts, and corresponds to Folders. | |
| Documents | 4 | Represents document settings and corresponds to Documents. | |
| Performance | 8 | Represents performance settings, such as CPU, memory and session configurations, and corresponds to Performance. | |
| Logging | 16 | Represents logging settings, such as log folder and level, and corresponds to Logging. | |
| Security | 32 | Represents security settings and corresponds to Security. | |
| Cluster | 64 | Represents cluster settings and corresponds to Cluster. | |
| Distribution | 128 | Represents distribution settings, such as supervision accounts, and corresponds to Distribution. | |
| All | 65535 | Full scope. Represents all settings. |