Package com.microstrategy.webapi
Interface EnumDSSXMLCacheInfo
-
public interface EnumDSSXMLCacheInfo
The interfaceEnumDSSXMLCacheInfo
enumerates 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 int
DssXmlCacheInfoCreateTime
Represents the cache creation timestatic int
DssXmlCacheInfoCreator
static int
DssXmlCacheInfoDataLocale
static int
DssXmlCacheInfoDBConnectionId
static int
DssXmlCacheInfoDBLoginId
static int
DssXmlCacheInfoExpireTime
Represents the cache expiration timestatic int
DssXmlCacheInfoHitCount
Represents the cache hit countstatic int
DssXmlCacheInfoId
Represents the cach DSSIDstatic int
DssXmlCacheInfoLastHitTime
Represents the cache last hit timestatic int
DssXmlCacheInfoLastUpdateTime
Represents the cache last update timestatic int
DssXmlCacheInfoProjectGuid
Represents the project DSSID.static int
DssXmlCacheInfoReportId
Represents the report DSSID.static int
DssXmlCacheInfoReportName
Represents the name of the report.static int
DssXmlCacheInfoSecurityFilterId
static int
DssXmlCacheInfoSize
Represents the cache size in KBstatic int
DssXmlCacheInfoStatus
Represents the cache statusstatic int
DssXmlCacheInfoType
Represents the cache typestatic int
DssXmlCacheInfoUserId
static int
DssXmlCacheInfoWHLoginName
static int
DssXmlCacheInfoWHTable
Represents 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
-
-