Click or drag to resize
QDSSettingsScope Enumeration
The different available scopes for a QDSSettings object.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: 
Syntax
[FlagsAttribute]
public enum QDSSettingsScope
Members
  Member nameValueDescription
None0 No scope specified.
General1 Represents general settings, such as data folder, cluster members and log level, and corresponds to General.
Email2 Represents email settings, such as templates and alert receivers, and corresponds to Email.
Login4 Represents login settings and corresponds to Login.
Advanced8 Represents advanced settings, such as CPU and QVB configurations, and corresponds to Advanced.
All65535 Full scope. Represents all settings.
See Also