The number of records to read in each database import paging operation.
Declaration Syntax
C# | Visual Basic | Visual 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'.