getMaxRecords
Usage
if (dsMyDataObject.getMaxRecords() > 1000) {
console.warn('Large data set');
}API
getMaxRecords(): number;Last updated
Was this helpful?
if (dsMyDataObject.getMaxRecords() > 1000) {
console.warn('Large data set');
}getMaxRecords(): number;Last updated
Was this helpful?
Was this helpful?