The number of records to read in each database import paging operation.

C# | C# | Visual Basic | Visual Basic | Visual 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


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