Interface FlatFetchSettings
- 
- All Known Subinterfaces:
- DBConnectionSource,- JobSource,- UserConnectionSource
 
 public interface FlatFetchSettingsThe interfaceFlatFetchSettingscontains the settings for flat fetch.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll 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- 
getMaxCountint getMaxCount() Returns the maximum count for a monitor data retrieval- Returns:
- the maximum count for a monitor data retrieval
 
 - 
setMaxCountvoid setMaxCount(int count) Sets the maximum count for a monitor data retrieval- Parameters:
- count- the maximum count for a monitor data retrieval.
 
 - 
getStartIndexint getStartIndex() Returns the start index for a monitor data retrieval
 - 
setStartIndexvoid setStartIndex(int startIndex) Sets the start index for a monitor data retrieval
 
- 
 
-