Package com.microstrategy.webapi
Interface EnumDSSXMLPurgeFlag
-
public interface EnumDSSXMLPurgeFlag
The interfaceEnumDSSXMLPurgeFlag
enumerates the constants representing the caches to be purged.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlPurgeAllCache
Indicates purging all caches.static int
DssXmlPurgeElementCache
Indicates purging element cache.static int
DssXmlPurgeObjectCache
Indicates purging object cache.static int
DssXmlPurgeReportCache
Indicates purging report cache.
-
-
-
Field Detail
-
DssXmlPurgeAllCache
static final int DssXmlPurgeAllCache
Indicates purging all caches.- See Also:
- Constant Field Values
-
DssXmlPurgeReportCache
static final int DssXmlPurgeReportCache
Indicates purging report cache.- See Also:
- Constant Field Values
-
DssXmlPurgeObjectCache
static final int DssXmlPurgeObjectCache
Indicates purging object cache.- See Also:
- Constant Field Values
-
DssXmlPurgeElementCache
static final int DssXmlPurgeElementCache
Indicates purging element cache.- See Also:
- Constant Field Values
-
-