{ "name": "GetCount", "displayName": "Get Count", "description": "Returns the total number of rows for a table.", "category": "", "helpUrl": "https://gaia.gaithersburgmd.gov/arcgis/rest/directories/arcgisoutput/geoprocessing/Count_GPServer/geoprocessing_Count/GetCount.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "in_rows", "dataType": "GPString", "displayName": "Input Rows", "description": "The input table view or raster layer. If a selection is defined on the input, the count of the selected rows will be returned.", "direction": "esriGPParameterDirectionInput", "defaultValue": "City of Gaithersburg", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Local Streets", "Streets", "Outside Gaithersburg", "2006 Streams-Lakes\\Streams (2006)", "2006 Streams-Lakes\\Lakes (2006)", "City Parks and Open Space", "City of Gaithersburg" ] }, { "name": "row_count", "dataType": "GPLong", "displayName": "Row Count", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }