constant
FunctionexportItem(requestOptions:Â IExportItemRequestOptions): Promise<IExportItemResponse>
Exports an item from the portal. See the REST Documentation for more information.
Use dark colors for code blocks Copy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import { exportItem } from "@esri/arcgis-rest-portal";
exportItem({
id: '3daf',
owner: 'geemike',
exportFormat: 'CSV',
exportParameters: {
layers: [
{ id: 0 },
{ id: 1, where: 'POP1999 > 100000' }
]
},
authentication,
})
Returns Promise<IExportItemResponse>
A Promise<IExportItemResponse>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4