setNumRecordsScraped
void session.setNumRecordsScraped ( Object value ) (enterprise edition only)
Description
Set the number of records that have been scraped.
Parameters
- value Value to set the count of the number of records scraped.
Return Values
Returns void.
Change Log
Version |
Description |
4.5 |
Available for enterprise edition. |
Examples
Set the Number of Records Scraped
// Sets the value of the number of records scraped to 10.
session.setNumRecordsScraped( 10 );
See Also