getMaxRecords

Returns the maximum number of records the data object is configured to retrieve. -1 indicates no limit.

Usage

if (dsMyDataObject.getMaxRecords() > 1000) {
console.warn('Large data set');
}

API

getMaxRecords(): number;

Last updated

Was this helpful?