Package com.microstrategy.webapi
Interface EnumDSSXMLMDUpdateFlags
- 
public interface EnumDSSXMLMDUpdateFlagsThis enumerations specifies flags that will be used by the XML API for the MDUpdate command. Currently, they are only used for the MDXUpdate command. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intDssXmlMDUpdateFlagNeedUpdateCheckOnlyFlag to indicate that no update should be performed and only a check should be madestatic intDssXmlMDUpdateFlagQuickCheckFlag to indicate that any check for update should be quick and possibly imperfect 
 - 
 
- 
- 
Field Detail
- 
DssXmlMDUpdateFlagNeedUpdateCheckOnly
static final int DssXmlMDUpdateFlagNeedUpdateCheckOnly
Flag to indicate that no update should be performed and only a check should be made- See Also:
 - Constant Field Values
 
 
- 
DssXmlMDUpdateFlagQuickCheck
static final int DssXmlMDUpdateFlagQuickCheck
Flag to indicate that any check for update should be quick and possibly imperfect- See Also:
 - Constant Field Values
 
 
 - 
 
 -