Click or drag to resize
QDSSettingsQDSAdvanced Class
Advanced QDS settings.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsQDSSettingsQDSAdvanced

Namespace: PIX.QMSAPI.DataObjects
Assembly: 
Syntax
public class QDSAdvanced

The QDSSettingsQDSAdvanced type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCPUAffinity Obsolete.
Using this value, specific processors can be deselected for use by QlikView Server. QlikView Server will automatically select the processors to use and this setting needs to be changed when you wish to override that choice.
Public propertyCPUPriority Obsolete.
This value increases or decreases the priority of the QlikView Server process, depending on how much CPU capacity the process is utilizing. It should not be changed if the server is a dedicated QlikView Server server.
Public propertyMaxQvbAdmin
The number of simultaneous QVBs the QlikView Distribution Service can use for the management of tasks in the Management Console. Note: Used when the DistributionGroup feature is inactive (default). Otherwise, the different 'MaxQvbAdmin' in the 'QDSClusterInfo' classes are used.
Public propertyMaxQvbDist
The number of QVBs that the QlikView Distribution Service can send tasks to simultaneously. Note: Used when the DistributionGroup feature is inactive (default). Otherwise, the different 'MaxQvbAdmin' in the 'QDSClusterInfo' classes are used.
Public propertySectionAccessPassword
The username used for section access.
Remarks
Requires Publisher license.
Public propertySectionAccessUsername
The username used for section access.
Remarks
Requires Publisher license.
Top
See Also