Click or drag to resize
QDSSettingsQDSClusterInfo Class
Contains a references to a clustered Distribution Services.
Inheritance Hierarchy
SystemObject
  PIX.QMSAPI.DataObjectsQDSSettingsQDSClusterInfo

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

The QDSSettingsQDSClusterInfo 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 propertyDedicatedQvbDist
How many QVB's should be reserved for tasks that are configured to run in a Distribution Group?
Public propertyDedicatedTaskGraceTimeMinutes
Don't start regular tasks this many minutes before a task that are configured to run in a Distribution Group is scheduled to start.
Public propertyDedicatedTaskRunAlone
Is it not allowed to start regular tasks when there are tasks running in a Distribution Group?
Public propertyDistributionGroups
The Distribution Groups that this QDS Cluster Node is a member of.
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 active. Otherwise, the shared 'MaxQvbAdmin' in the 'QDSAdvanced' class is used.
Public propertyMaxQvbDist
The number of QVBs that the QlikView Distribution Service can send tasks to simultaneously. Note: Used when the DistributionGroup feature is active. Otherwise, the shared 'MaxQvbAdmin' in the 'QDSAdvanced' class is used.
Public propertyUrl
The Url pointing to the Directory Service.
Top
See Also