{ "name": "GetCount", "displayName": "Get Count", "description": "Returns the total number of rows for a table.", "category": "", "helpUrl": "https://webgis.durhamnc.gov/host/rest/directories/arcgisoutput/Tools/GetCountX_GPServer/Tools_GetCountX/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 is returned.", "direction": "esriGPParameterDirectionInput", "defaultValue": "swSCMs", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "swSCMs" ] }, { "name": "row_count", "dataType": "GPLong", "displayName": "Row Count", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }