View full article

QDSSettingsScope Enum

Namespace: PIX.QMSAPI.DataObjects.Enums
Assembly: PIX.dll

The different available scopes for a QDSSettings object.

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

Syntax

[Flags]
public enum QDSSettingsScope

Fields

Name Description
Advanced

Represents advanced settings, such as CPU and QVB configurations, and corresponds to Advanced.

All

Full scope. Represents all settings.

Email

Represents email settings, such as templates and alert receivers, and corresponds to Email.

General

Represents general settings, such as data folder, cluster members and log level, and corresponds to General.

Login

Represents login settings and corresponds to Login.

None

No scope specified.

See Also

Extension Methods

ApiFilter.FilterFor<QDSSettingsScope>(Nullable<ApiVersion>)