com.microstrategy.webapi.EnumDSSXMLSessionFlags |
This interface defines the enumeration constants used to specify the session flags about how to manage Inbox in 3-tier or 4-tier mode.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlSessionBypassClustering | Specifies a session flag to direct the API to ignore load balancing when creating the session. | |||||||||
int | DssXmlSessionCancelActiveJobsOnClose | Specifies a session flag to cancel all active jobs when the session is closed. | |||||||||
int | DssXmlSessionChangePwdOnCreate | Specifies a session flag to change password upon session creation. | |||||||||
int | DssXmlSessionCheckWebCache | Specifies a session flag to check the Web server cache first before running this report against the server. | |||||||||
int | DssXmlSessionDeleteReadMsgsOnClose | Specifies a session flag to delete all read messages when session is closed. | |||||||||
int | DssXmlSessionDeleteUnreadMsgsOnClose | Specifies a session flag to delete all unread messages when session is closed. | |||||||||
int | DssXmlSessionFBAppLogin | ||||||||||
int | DssXmlSessionKeepPromptJobOnClose | Specifies a session flag to not cancel waiting-for-prompt and saved-in-history-list jobs when closing the session | |||||||||
int | DssXmlSessionPreserveFlags | Specifies a session flag to preserve the session flags on the creation of the current session and do not overwrite them when session is closed. | |||||||||
int | DssXmlSessionRequestJWT | Specifies a session flag to use to create a JWT when creating the session. | |||||||||
int | DssXmlSessionUseWebCacheOnly | Specifies a session flag to use the Web server cache only or return error if the cache is not found. |
Specifies a session flag to direct the API to ignore load balancing when creating the session. This flag is typically not used and can have performance implications, hence use it with care.
Specifies a session flag to cancel all active jobs when the session is closed.
Specifies a session flag to change password upon session creation.
Specifies a session flag to check the Web server cache first before running this report against the server.
Specifies a session flag to delete all read messages when session is closed.
Specifies a session flag to delete all unread messages when session is closed.
Specifies a session flag to not cancel waiting-for-prompt and saved-in-history-list jobs when closing the session
Specifies a session flag to preserve the session flags on the creation of the current session and do not overwrite them when session is closed.
Specifies a session flag to use to create a JWT when creating the session.
Specifies a session flag to use the Web server cache only or return error if the cache is not found.