Keyoti Search for ASP.NET API Docs
DbImportPageSize Property
API DocumentationKeyoti.SearchEngineConfigurationDbImportPageSize
Keyoti Search for ASP.NET 2010
The number of records to read in each database import paging operation.
Declaration Syntax
C#Visual BasicVisual C++
public int DbImportPageSize { get; set; }
Public Property DbImportPageSize As Integer
public:
property int DbImportPageSize {
	int get ();
	void set (int value);
}
Remarks
When the database import utility (DocumentImporter) is provided with an SQL query that returns 'pages' of results, this number will determine how many rows/records are pulled from the DB in each 'page'.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609