View full article

QVSSettings.QVSPerformance.QVSPerformanceSessions Class

Namespace: PIX.QMSAPI.DataObjects
Assembly: PIX.dll

QlikView Server sessions performance settings.

Inheritance

Syntax

public class QVSPerformanceSessions

Properties

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.

Extension Methods

ApiFilter.FilterFor<T>(T, Nullable<ApiVersion>)