View full article

QVSSettingsScope Enum

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

The different available scopes for a QVSSettings object.

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

Syntax

[Flags]
public enum QVSSettingsScope

Fields

Name Description
All

Full scope. Represents all settings.

Cluster

Represents cluster settings and corresponds to Cluster.

Distribution

Represents distribution settings, such as supervision accounts, and corresponds to Distribution.

Documents

Represents document settings and corresponds to Documents.

Folders

Represents folder settings, such as root folder and mounts, and corresponds to Folders.

General

Represents general settings, such as server name and login information, and corresponds to General.

Logging

Represents logging settings, such as log folder and level, and corresponds to Logging.

None

No scope specified.

Performance

Represents performance settings, such as CPU, memory and session configurations, and corresponds to Performance.

Security

Represents security settings and corresponds to Security.

See Also

Extension Methods

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