maxRecordCount property

int maxRecordCount

The maximum number of records that will be returned at once for a query.

Implementation

int get maxRecordCount {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceInfo_getMaxRecordCount(
        _handle, errorHandler);
  });
}