maxRecordCount property

int maxRecordCount

The service's max record count.

Implementation

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