Click or drag to resize
QDSSettings Class
Holds all the settings for a QlikView Distribution Service. Some of the settings applies only to unlicensed services.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsQDSSettings

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

The QDSSettings 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 propertyAdvanced
Advanced QDS settings.
Public propertyEmail
Alert emal for the QDS.
Public propertyGeneral
The general settings such as application folder and cluster members.
Public propertyID
The ID of the QlikView Distribution Service.
Public propertyLogin
Username and password to be used when administering QDS on another computer.
Public propertyScope
The scope of settings that this object represents. If this object was retrieved by calling GetQDSSettings(Guid, QDSSettingsScope), this property contains the value of the requested scope.
Top
See Also