Keyoti SearchUnit API Docs
DbImportPageSize Property
API DocumentationKeyoti.SearchEngineConfigurationDbImportPageSize
Keyoti SearchUnit v6
The number of records to read in each database import paging operation.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public int DbImportPageSize { get; set; }
public int DbImportPageSize { get; set; }
Public Property DbImportPageSize As Integer
	Get
	Set
Public Property DbImportPageSize As Integer
	Get
	Set
public:
property int DbImportPageSize {
	int get ();
	void set (int value);
}
public:
property int DbImportPageSize {
	int get ();
	void set (int value);
}
member DbImportPageSize : int with get, set
member DbImportPageSize : int with get, set
Property 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: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120