Interface FlatFetchSettings
-
- All Known Subinterfaces:
DBConnectionSource,JobSource,UserConnectionSource
public interface FlatFetchSettingsThe interfaceFlatFetchSettingscontains the settings for flat fetch.- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxCount()Returns the maximum count for a monitor data retrievalintgetStartIndex()Returns the start index for a monitor data retrievalvoidsetMaxCount(int count)Sets the maximum count for a monitor data retrievalvoidsetStartIndex(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
-
-