FRAMES | NO FRAMES Description | Parameters | Response | Example
URL:http://server:port/arcgis/admin/data/config
HTTP Method:GET
Parent Resource: Data
Supported Operations: Update Datastore Configuration  

Description

The data store configuration properties affect the behavior of the data holdings of the server. The properties include:


This resource was added at ArcGIS 10.1 Service Pack 1.

Parameters

Parameter Description
f The response format. The default response format is html.
Values: html | json

Response Format

{
	"<property1>": <value1>,
	"<property2>": <value1>,
	...
}
			

Example

{
	"blockDataCopy": true,
}