createFeatureService
createFeatureService
FunctioncreateFeatureService(requestOptions: ICreateServiceOptions): Promise<ICreateServiceResult>
Create a new hosted feature service. After the service has been created, call addToServiceDefinition()
if you'd like to update it's schema.
Parameters
Parameter | Type | Notes |
---|---|---|
request | ICreateServiceOptions | Options for the request. NOTE: |
Returns
Promise<ICreateServiceResult>
A Promise that resolves with service details once the service has been created