| QVSSettings Class |
Namespace: PIX.QMSAPI.DataObjects
The QVSSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Cluster | ||
| Distribution |
Distribution related QlikView Server settings, such as supervision accounts.
Must not be if Scope includes Distribution.
| |
| Documents | ||
| Folders | ||
| General | ||
| Logging | ||
| Performance |
Performance related QlikView Server settings, such as CPU, memory and session configurations.
Must not be if Scope includes Performance.
| |
| QVSID |
The ID of the QlikView Server that this settings belongs to. If this object was retrieved by calling
GetQVSSettings(Guid, 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
GetQVSSettings(Guid, QVSSettingsScope),
this property contains the value of the requested scope.
| |
| Security |