Interface FlatFetchSettings
-
- All Known Subinterfaces:
DBConnectionSource
,JobSource
,UserConnectionSource
public interface FlatFetchSettings
The interfaceFlatFetchSettings
contains the settings for flat fetch.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getMaxCount()
Returns the maximum count for a monitor data retrievalint
getStartIndex()
Returns the start index for a monitor data retrievalvoid
setMaxCount(int count)
Sets the maximum count for a monitor data retrievalvoid
setStartIndex(int startIndex)
Sets the start index for a monitor data retrieval
-
-
-
Method Detail
-
getMaxCount
int getMaxCount()
Returns the maximum count for a monitor data retrieval- Returns:
- the maximum count for a monitor data retrieval
-
setMaxCount
void setMaxCount(int count)
Sets the maximum count for a monitor data retrieval- Parameters:
count
- the maximum count for a monitor data retrieval.
-
getStartIndex
int getStartIndex()
Returns the start index for a monitor data retrieval
-
setStartIndex
void setStartIndex(int startIndex)
Sets the start index for a monitor data retrieval
-
-