QVSSettings.QVSPerformance.QVSPerformanceSessions Class
Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll
Assembly: PIX.dll
QlikView Server sessions performance settings.
Inheritance
-
System.Object
- QVSSettings.QVSPerformance.QVSPerformanceSessions
Syntax
public class QVSPerformanceSessionsProperties
| Name | Description |
|---|---|
| ConcurrentSessionsTimeout |
Timeout for the QlikView Server session in seconds. QVS may close inactive sessions and re-use the slot for other users. |
| MaxConcurrentSessions |
Maximum number of concurrent user sessions on the QlikView Server. |
| MaxInactiveSessionTime |
Number of seconds after which the QlikView Server will close inactive sessions. |
| MaxTotalSessionTime |
Maximum total session time limit. After it expires the QlikView Server will terminate the session. |