View full article

QVSSettings Class

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

Represents all configurable settings for a QlikView Server.

Inheritance

Syntax

public class QVSSettings

Constructors

Properties

Name Description
Cluster

Cluster related QlikView Server settings. Must not be null if Scope includes Cluster.

Distribution

Distribution related QlikView Server settings, such as supervision accounts. Must not be null if Scope includes Distribution.

Documents

Document related QlikView Server settings. Must not be null if Scope includes Documents.

Folders

Folder related QlikView Server settings, such as root folder and mounts. Must not be null if Scope includes Folders.

General

General QlikView Server settings, such as server name and login information. Must not be null if Scope includes General.

IsOEMLicensed
Logging

Logging related QlikView Server settings, such as log folder and level. Must not be null if Scope includes Logging.

Performance

Performance related QlikView Server settings, such as CPU, memory and session configurations. Must not be null if Scope includes Performance.

QVSID

The ID of the QlikView Server that this settings belongs to. If this object was retrieved by calling QMSBackendInterface.IQMSBackend.GetQVSSettings(System.Guid,PIX.QMSAPI.DataObjects.QVSSettingsScope), this property contains the value of the requested QVS ID.

Scope

The scope of settings that this object represents. If this object was retrieved by calling QMSBackendInterface.IQMSBackend.GetQVSSettings(System.Guid,PIX.QMSAPI.DataObjects.QVSSettingsScope), this property contains the value of the requested scope.

Security

Security related QlikView Server settings. Must not be null if Scope includes Security.

Methods

Extension Methods

ApiFilter.FilterFor<T>(T, Nullable<ApiVersion>)