Package com.microstrategy.webapi
Interface EnumDSSXMLCacheInfo
- 
public interface EnumDSSXMLCacheInfoThe interfaceEnumDSSXMLCacheInfoenumerates a list of constants decribing the information of cache in the Intelligence Server.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlCacheInfoCreateTimeRepresents the cache creation timestatic intDssXmlCacheInfoCreatorstatic intDssXmlCacheInfoDataLocalestatic intDssXmlCacheInfoDBConnectionIdstatic intDssXmlCacheInfoDBLoginIdstatic intDssXmlCacheInfoExpireTimeRepresents the cache expiration timestatic intDssXmlCacheInfoHitCountRepresents the cache hit countstatic intDssXmlCacheInfoIdRepresents the cach DSSIDstatic intDssXmlCacheInfoLastHitTimeRepresents the cache last hit timestatic intDssXmlCacheInfoLastUpdateTimeRepresents the cache last update timestatic intDssXmlCacheInfoProjectGuidRepresents the project DSSID.static intDssXmlCacheInfoReportIdRepresents the report DSSID.static intDssXmlCacheInfoReportNameRepresents the name of the report.static intDssXmlCacheInfoSecurityFilterIdstatic intDssXmlCacheInfoSizeRepresents the cache size in KBstatic intDssXmlCacheInfoStatusRepresents the cache statusstatic intDssXmlCacheInfoTypeRepresents the cache typestatic intDssXmlCacheInfoUserIdstatic intDssXmlCacheInfoWHLoginNamestatic intDssXmlCacheInfoWHTableRepresents the wearhouse table name. 
 - 
 
- 
- 
Field Detail
- 
DssXmlCacheInfoId
static final int DssXmlCacheInfoId
Represents the cach DSSID- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoProjectGuid
static final int DssXmlCacheInfoProjectGuid
Represents the project DSSID. Note only equal operator is acceptable for this field in building a monitor filter.- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoReportId
static final int DssXmlCacheInfoReportId
Represents the report DSSID. Note it can only be used in cache invalidation action.- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoWHTable
static final int DssXmlCacheInfoWHTable
Represents the wearhouse table name. Note it can only be used in cache invalidation action.- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoReportName
static final int DssXmlCacheInfoReportName
Represents the name of the report.- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoStatus
static final int DssXmlCacheInfoStatus
Represents the cache status- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoSize
static final int DssXmlCacheInfoSize
Represents the cache size in KB- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoType
static final int DssXmlCacheInfoType
Represents the cache type- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoHitCount
static final int DssXmlCacheInfoHitCount
Represents the cache hit count- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoLastUpdateTime
static final int DssXmlCacheInfoLastUpdateTime
Represents the cache last update time- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoLastHitTime
static final int DssXmlCacheInfoLastHitTime
Represents the cache last hit time- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoExpireTime
static final int DssXmlCacheInfoExpireTime
Represents the cache expiration time- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoCreateTime
static final int DssXmlCacheInfoCreateTime
Represents the cache creation time- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoDataLocale
static final int DssXmlCacheInfoDataLocale
- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoUserId
static final int DssXmlCacheInfoUserId
- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoDBLoginId
static final int DssXmlCacheInfoDBLoginId
- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoDBConnectionId
static final int DssXmlCacheInfoDBConnectionId
- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoSecurityFilterId
static final int DssXmlCacheInfoSecurityFilterId
- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoWHLoginName
static final int DssXmlCacheInfoWHLoginName
- See Also:
 - Constant Field Values
 
 
- 
DssXmlCacheInfoCreator
static final int DssXmlCacheInfoCreator
- See Also:
 - Constant Field Values
 
 
 - 
 
 -