com.microstrategy.webapi.EnumDSSXMLUserConnectionInfo |
The interface EnumDSSXMLUserConnectionInfo
contains a list of
enumeration constants describing a user connection information.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlUserConnClientMachine | Describes the client machine name. | |||||||||
int | DssXmlUserConnConnectTime | Describes the time period that the session is opened. | |||||||||
int | DssXmlUserConnDuration | Describes the duration of the connection in unit of second. | |||||||||
int | DssXmlUserConnFirstJobTime | Describes the time stamp of the first job in a session. | |||||||||
int | DssXmlUserConnLastJobTime | Describes the time stamp of the most recent job activity in a session. | |||||||||
int | DssXmlUserConnOpenJobs | Describes the number of jobs currently running on the Intelligence Server. | |||||||||
int | DssXmlUserConnPort | Describes the port of the user machine. | |||||||||
int | DssXmlUserConnProjectGUID | Describes the project GUID | |||||||||
int | DssXmlUserConnProjectName | Describes the project name. | |||||||||
int | DssXmlUserConnServerName | Describes the server name from which the user connection information is obtained. | |||||||||
int | DssXmlUserConnServerProjectId | Describes the numerical id of a project. | |||||||||
int | DssXmlUserConnSessionID | Describes the session GUID. | |||||||||
int | DssXmlUserConnSource | Describes the connection source such as Web, Desktop etc. | |||||||||
int | DssXmlUserConnUserLoginName | Describes the user login name who running the job. | |||||||||
int | DssXmlUserConnUserName | Describes the user full name. |
Describes the client machine name.
Describes the time period that the session is opened.
Describes the duration of the connection in unit of second.
Describes the time stamp of the first job in a session.
Describes the time stamp of the most recent job activity in a session.
Describes the number of jobs currently running on the Intelligence Server.
Describes the port of the user machine.
Describes the project GUID
Describes the project name.
Describes the server name from which the user connection information is obtained.
Describes the numerical id of a project.
Describes the session GUID.
Describes the connection source such as Web, Desktop etc.
Describes the user login name who running the job.
Describes the user full name.