Interface IncrementalFetchSettings
- 
- All Known Subinterfaces:
- CacheSource
 
 public interface IncrementalFetchSettingsThe interfaceIncrementalFetchSettingscontains the settings for incremental fetch.- Since:
- MicroStrategy Web 9.0.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBlockBegin()Returns the starting position for incremental fetch.intgetBlockCount()Returns the maximum count of items for each single incremental fetchvoidsetBlockBegin(int begin)Sets the starting position for incremental fetch.voidsetBlockCount(int count)Sets the maximum count of items for each single incremental fetch
 
- 
- 
- 
Method Detail- 
getBlockBeginint getBlockBegin() Returns the starting position for incremental fetch.- Returns:
- the starting position.
 
 - 
setBlockBeginvoid setBlockBegin(int begin) Sets the starting position for incremental fetch.- Parameters:
- begin- the starting position
 
 - 
getBlockCountint getBlockCount() Returns the maximum count of items for each single incremental fetch- Returns:
- the maximum count of items for each incremental fetch
 
 - 
setBlockCountvoid setBlockCount(int count) Sets the maximum count of items for each single incremental fetch- Parameters:
- count- the maximum count of items for each incremental fetch
 
 
- 
 
-