{ "currentVersion": 11.3, "cimVersion": "3.3.0", "id": 37, "name": "Developer Agreements", "type": "Feature Layer", "parentLayer": null, "defaultVisibility": true, "minScale": 0, "maxScale": 0, "canScaleSymbols": false, "geometryType": "esriGeometryPolygon", "description": "", "copyrightText": "", "editFieldsInfo": { "creationDateField": "created_date", "creatorField": "created_user", "editDateField": "last_edited_date", "editorField": "last_edited_user" }, "ownershipBasedAccessControlForFeatures": null, "syncCanReturnChanges": false, "relationships": [], "isDataVersioned": false, "isDataArchived": false, "infoInEstimates": [ "extent", "count" ], "isDataBranchVersioned": false, "isDataReplicaTracked": false, "isCoGoEnabled": false, "supportsRollbackOnFailureParameter": false, "archivingInfo": { "supportsQueryWithHistoricMoment": false, "startArchivingMoment": -1 }, "supportsStatistics": true, "supportsExceedsLimitStatistics": true, "supportsAdvancedQueries": true, "supportsValidateSQL": true, "supportsCoordinatesQuantization": true, "supportsQuantizationEditMode": true, "supportsCalculate": true, "supportsASyncCalculate": true, "supportsDatumTransformation": true, "advancedQueryCapabilities": { "supportsPagination": true, "supportsTrueCurve": true, "supportsQueryWithDistance": true, "supportsReturningQueryExtent": true, "supportsStatistics": true, "supportsPercentileStatistics": true, "supportsHavingClause": true, "supportsOrderBy": true, "supportsDistinct": true, "supportsCountDistinct": true, "supportsAdvancedQueryRelated": true, "supportsQueryRelatedPagination": true, "supportsCurrentUserQueries": true, "supportsQueryAttachments": true, "supportsQueryAttachmentsWithReturnUrl": true, "supportsQueryWithResultType": true, "supportsReturningGeometryCentroid": true, "supportsSqlExpression": true, "supportsQueryWithDatumTransformation": true, "supportsLod": false, "supportsQueryWithLodSR": false, "supportsQueryAnalytic": true }, "advancedQueryAnalyticCapabilities": { "supportsLinearRegression": true, "supportsAsync": true, "supportsPercentileAnalytic": true }, "advancedEditingCapabilities": { "supportedSqlFormatsInCalculate": [ "standard" ], "supportsAsyncApplyEdits": true, "supportsApplyEditsbyUploadID": true, "supportedApplyEditsUploadIDFormats": "JSON" }, "hasGeometryProperties": true, "geometryProperties": { "shapeAreaFieldName": "Shape__Area", "shapeLengthFieldName": "Shape__Length", "units": "esriMeters" }, "hasMetadata": true, "extent": { "xmin": 182113.49404567017, "ymin": 50079.69554245385, "xmax": 231414.80997492938, "ymax": 101554.32296463953, "spatialReference": { "wkid": 26957, "latestWkid": 26957, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -5423100, "falseY": -14209500, "xyUnits": 10000, "falseZ": -100000, "zUnits": 10000, "falseM": -100000, "mUnits": 10000 } }, "sourceSpatialReference": { "wkid": 102100, "latestWkid": 3857, "xyTolerance": 0.001, "zTolerance": 0.001, "mTolerance": 0.001, "falseX": -20037700, "falseY": -30241100, "xyUnits": 10000, "falseZ": 0, "zUnits": 1, "falseM": 0, "mUnits": 1 }, "drawingInfo": { "renderer": { "type": "uniqueValue", "valueExpression": "var Diff= ($feature[\"PermitCount\"]/$feature.PermitThreshold)*100\n\nif ($feature.DEVELOPMENT_TYPE == 'Commercial' && $feature.PERMITSTATUS != \"Closed\"){\nif(($feature[\"PermitCount\"] > $feature.PermitThreshold) || ($feature.PermitThreshold == 0 && $feature[\"PermitCount\"] > 0)){\n return \"Commercial Over Allocated\"\n}else if(Diff == 100){\n return \"Commercial 100% Allocated\"\n}else if(Diff >= 75 && Diff <= 100){\n return \"Commercial Warning 75-99%\"\n}else if(Diff >= 25 && Diff < 75){\n return \"Commercial Caution 25-74%\"\n}else if(Diff >= 0 && Diff < 25){\n return \"Commercial Good\" \n}else if($feature[\"PermitCount\"] == 0 && $feature.PermitThreshold == 0){\n return \"Commercial 0%\" \n}\n}\nif ($feature.DEVELOPMENT_TYPE == 'Subdivision' && $feature.PERMITSTATUS != \"Closed\"){\nif(($feature[\"PermitCount\"] > $feature.PermitThreshold) || ($feature.PermitThreshold == 0 && $feature[\"PermitCount\"] > 0)){\n return \"Subdivision Over Allocated\"\n}else if(Diff == 100){\n return \"Subdivision 100% Allocated\"\n}else if(Diff >= 75 && Diff <= 100){\n return \"Subdivision Warning 75-99%\"\n}else if(Diff >= 25 && Diff < 75){\n return \"Subdivision Caution 25-74%\"\n}else if(Diff >= 0 && Diff < 25){\n return \"Subdivision Good\" \n}else if($feature[\"PermitCount\"] == 0 && $feature.PermitThreshold == 0){\n return \"Subdivision 0%\" \n}\n}", "valueExpressionTitle": "Custom", "defaultSymbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 130, 130, 130, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 110, 110, 110, 255 ], "width": 0.7 } }, "defaultLabel": "", "uniqueValueGroups": [ { "heading": "Custom", "classes": [ { "label": "Commercial Over Allocated", "description": "Commercial Over Allocated", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "values": [ [ "Commercial Over Allocated" ] ] }, { "label": "Subdivision Over Allocated", "description": "Subdivision Over Allocated", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Subdivision Over Allocated" ] ] }, { "label": "Commercial 100% Allocated", "description": "Commercial 100% Allocated", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 170, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "values": [ [ "Commercial 100% Allocated" ] ] }, { "label": "Subdivision 100% Allocated", "description": "Subdivision 100% Allocated", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 170, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Subdivision 100% Allocated" ] ] }, { "label": "Commercial Warning 75-99%", "description": "Commercial Warning 75-99%", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "values": [ [ "Commercial Warning 75-99%" ] ] }, { "label": "Subdivision Warning 75-99%", "description": "Subdivision Warning 75-99%", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Subdivision Warning 75-99%" ] ] }, { "label": "Commercial Caution 25-74%", "description": "Commercial Caution 25-74%", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "values": [ [ "Commercial Caution 25-74%" ] ] }, { "label": "Subdivision Caution 25-74%", "description": "Subdivision Caution 25-74%", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Subdivision Caution 25-74%" ] ] }, { "label": "Commercial Good", "description": "Commercial Good", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 82, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "values": [ [ "Commercial Good" ] ] }, { "label": "Subdivision Good", "description": "Subdivision Good", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 82, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Subdivision Good" ] ] }, { "label": "Commercial 0%", "description": "Commercial 0%", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 84, 154, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "values": [ [ "Commercial 0%" ] ] }, { "label": "Subdivision 0%", "description": "Subdivision 0%", "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 158, 85, 156, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "values": [ [ "Subdivision 0%" ] ] } ] } ], "uniqueValueInfos": [ { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "value": "Commercial Over Allocated", "label": "Commercial Over Allocated" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Subdivision Over Allocated", "label": "Subdivision Over Allocated" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 170, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "value": "Commercial 100% Allocated", "label": "Commercial 100% Allocated" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 0, 170, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Subdivision 100% Allocated", "label": "Subdivision 100% Allocated" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "value": "Commercial Warning 75-99%", "label": "Commercial Warning 75-99%" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 170, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Subdivision Warning 75-99%", "label": "Subdivision Warning 75-99%" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "value": "Commercial Caution 25-74%", "label": "Commercial Caution 25-74%" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 255, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Subdivision Caution 25-74%", "label": "Subdivision Caution 25-74%" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 82, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "value": "Commercial Good", "label": "Commercial Good" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 82, 255, 0, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Subdivision Good", "label": "Subdivision Good" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 156, 84, 154, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 255, 255, 255, 255 ], "width": 1 } }, "value": "Commercial 0%", "label": "Commercial 0%" }, { "symbol": { "type": "esriSFS", "style": "esriSFSSolid", "color": [ 158, 85, 156, 255 ], "outline": { "type": "esriSLS", "style": "esriSLSSolid", "color": [ 0, 0, 0, 255 ], "width": 1 } }, "value": "Subdivision 0%", "label": "Subdivision 0%" } ], "fieldDelimiter": ",", "authoringInfo": { "colorRamp": { "type": "multipart", "colorRamps": [ { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 197, 252, 222, 255 ], "toColor": [ 197, 252, 222, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 179, 246, 255 ], "toColor": [ 252, 179, 246, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 192, 216, 252, 255 ], "toColor": [ 192, 216, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 212, 204, 255 ], "toColor": [ 252, 212, 204, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 245, 182, 255 ], "toColor": [ 252, 245, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 183, 252, 179, 255 ], "toColor": [ 183, 252, 179, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 196, 182, 252, 255 ], "toColor": [ 196, 182, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 207, 240, 255 ], "toColor": [ 252, 207, 240, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 184, 244, 252, 255 ], "toColor": [ 184, 244, 252, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 182, 198, 255 ], "toColor": [ 252, 182, 198, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 217, 182, 255 ], "toColor": [ 252, 217, 182, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 217, 252, 197, 255 ], "toColor": [ 217, 252, 197, 255 ] }, { "type": "algorithmic", "algorithm": "esriCIELabAlgorithm", "fromColor": [ 252, 249, 212, 255 ], "toColor": [ 252, 249, 212, 255 ] } ] } } }, "scaleSymbols": true, "transparency": 0, "labelingInfo": null }, "hasM": false, "hasZ": false, "allowGeometryUpdates": false, "allowTrueCurvesUpdates": false, "onlyAllowTrueCurveUpdatesByTrueCurveClients": true, "hasAttachments": true, "supportsAttachmentsByUploadId": true, "supportsAttachmentsResizing": true, "supportsApplyEditsWithGlobalIds": true, "htmlPopupType": "esriServerHTMLPopupTypeAsHTMLText", "objectIdField": "OBJECTID", "globalIdField": "GLOBALID", "displayField": "PERMITTHRESHOLD", "typeIdField": "", "subtypeField": "", "fields": [ { "name": "OBJECTID", "type": "esriFieldTypeOID", "alias": "OBJECTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null, "modelName": "OBJECTID" }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null, "modelName": "GLOBALID" }, { "name": "PERMITTHRESHOLD", "type": "esriFieldTypeInteger", "alias": "BP Threshold", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PERMITTHRESHOLD" }, { "name": "PERMITSTATUS", "type": "esriFieldTypeString", "alias": "Permit Status", "domain": { "type": "codedValue", "name": "Developer Agreements_PermitStatus_6cebdd6e-bacc-4b9c-8979-f17efbb98050", "description": "", "codedValues": [ { "name": "Active", "code": "Active" }, { "name": "Closed", "code": "Closed" }, { "name": "Planning", "code": "Planning" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 10, "defaultValue": null, "modelName": "PERMITSTATUS" }, { "name": "SUBDIVISION", "type": "esriFieldTypeString", "alias": "Sub Division", "domain": null, "editable": true, "nullable": true, "length": 125, "defaultValue": null, "modelName": "SUBDIVISION" }, { "name": "COMMENTS2", "type": "esriFieldTypeString", "alias": "Comments", "domain": null, "editable": true, "nullable": true, "length": 1500, "defaultValue": null, "modelName": "COMMENTS2" }, { "name": "COTHRESHOLD", "type": "esriFieldTypeInteger", "alias": "CO Threshold", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "COTHRESHOLD" }, { "name": "PERMITCOUNT", "type": "esriFieldTypeInteger", "alias": "PermitCount", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "PERMITCOUNT" }, { "name": "UNITCOUNT", "type": "esriFieldTypeInteger", "alias": "UnitCount", "domain": null, "editable": true, "nullable": true, "defaultValue": null, "modelName": "UNITCOUNT" }, { "name": "CREATED_USER", "type": "esriFieldTypeString", "alias": "CREATED_USER", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "CREATED_USER" }, { "name": "CREATED_DATE", "type": "esriFieldTypeDate", "alias": "CREATED_DATE", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "CREATED_DATE" }, { "name": "LAST_EDITED_USER", "type": "esriFieldTypeString", "alias": "LAST_EDITED_USER", "domain": null, "editable": false, "nullable": true, "length": 255, "defaultValue": null, "modelName": "LAST_EDITED_USER" }, { "name": "LAST_EDITED_DATE", "type": "esriFieldTypeDate", "alias": "LAST_EDITED_DATE", "domain": null, "editable": false, "nullable": true, "length": 8, "defaultValue": null, "modelName": "LAST_EDITED_DATE" }, { "name": "DEVELOPMENT_TYPE", "type": "esriFieldTypeString", "alias": "Development Type", "domain": { "type": "codedValue", "name": "Developer_Agreement_Developement_Type", "description": "Domain for the DelDOT Developer Agreements Feature Class", "codedValues": [ { "name": "Commercial", "code": "Commercial" }, { "name": "Subdivision", "code": "Subdivision" } ], "mergePolicy": "esriMPTDefaultValue", "splitPolicy": "esriSPTDefaultValue" }, "editable": true, "nullable": true, "length": 20, "defaultValue": null, "modelName": "DEVELOPMENT_TYPE" }, { "name": "Shape__Area", "type": "esriFieldTypeDouble", "alias": "SHAPE.AREA", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE.AREA", "required": true }, { "name": "Shape__Length", "type": "esriFieldTypeDouble", "alias": "SHAPE.LEN", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE.LEN", "required": true } ], "geometryField": { "name": "SHAPE", "type": "esriFieldTypeGeometry", "alias": "SHAPE", "domain": null, "editable": false, "nullable": true, "defaultValue": null, "modelName": "SHAPE" }, "indexes": [ { "name": "R4928_SDE_ROWID_UK", "fields": "OBJECTID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "UUID_4928", "fields": "GLOBALID", "isAscending": true, "isUnique": true, "description": "" }, { "name": "A1400_IX1", "fields": "SHAPE", "isAscending": true, "isUnique": true, "description": "" } ], "datesInUnknownTimezone": false, "dateFieldsTimeReference": { "timeZone": "UTC", "respectsDaylightSaving": false }, "preferredTimeReference": null, "types": [], "templates": [ { "name": "Developer Agreements", "description": "", "prototype": { "attributes": { "DEVELOPMENT_TYPE": null, "UNITCOUNT": null, "PERMITTHRESHOLD": null, "PERMITSTATUS": null, "SUBDIVISION": null, "COMMENTS2": null, "COTHRESHOLD": null, "PERMITCOUNT": null } }, "drawingTool": "esriFeatureEditToolPolygon" } ], "maxRecordCount": 2000, "supportedQueryFormats": "JSON, geoJSON, PBF", "supportedExportFormats": "sqlite,filegdb,shapefile,csv,geojson", "capabilities": "Query", "useStandardizedQueries": true, "bigIntegerRestrictedTo53Bits": true, "supportedSpatialRelationships": [ "esriSpatialRelIntersects", "esriSpatialRelContains", "esriSpatialRelCrosses", "esriSpatialRelEnvelopeIntersects", "esriSpatialRelIndexIntersects", "esriSpatialRelOverlaps", "esriSpatialRelTouches", "esriSpatialRelWithin", "esriSpatialRelRelation" ], "attachmentProperties": [ { "name": "id", "fieldName": "ATTACHMENTID", "isEnabled": true }, { "name": "globalId", "fieldName": "GLOBALID", "isEnabled": true }, { "name": "name", "fieldName": "ATT_NAME", "isEnabled": true }, { "name": "size", "fieldName": "DATA_SIZE", "isEnabled": true }, { "name": "contentType", "fieldName": "CONTENT_TYPE", "isEnabled": true }, { "name": "keywords", "fieldName": "KEYWORDS", "isEnabled": false }, { "name": "exifInfo", "fieldName": "EXIFINFO", "isEnabled": false } ], "attachmentFields": [ { "name": "ATTACHMENTID", "type": "esriFieldTypeOID", "alias": "ATTACHMENTID", "domain": null, "editable": false, "nullable": false, "defaultValue": null }, { "name": "GLOBALID", "type": "esriFieldTypeGlobalID", "alias": "GLOBALID", "domain": null, "editable": false, "nullable": false, "length": 38, "defaultValue": null }, { "name": "ATT_NAME", "type": "esriFieldTypeString", "alias": "ATT_NAME", "domain": null, "editable": true, "nullable": false, "length": 250, "defaultValue": null }, { "name": "DATA_SIZE", "type": "esriFieldTypeInteger", "alias": "DATA_SIZE", "domain": null, "editable": true, "nullable": false, "defaultValue": null }, { "name": "CONTENT_TYPE", "type": "esriFieldTypeString", "alias": "CONTENT_TYPE", "domain": null, "editable": true, "nullable": false, "length": 150, "defaultValue": null } ], "standardMaxRecordCount": 4000, "tileMaxRecordCount": 4000, "standardMaxRecordCountNoGeometry": 32000, "maxRecordCountFactor": 1 }