ICreateServiceResult
Interface
Properties
Property | Type | Notes |
---|---|---|
string | The encoded URL to the hosted service. | |
boolean | Indicates if this feature service represents a view. | |
string | The unique ID for this item. | |
string | Name of the service item. | |
string | The ID of the new service item. | |
string | The URL to the hosted service. | |
number | The size of the item. | |
boolean | Indicates if the operation was successful. | |
string | The type of service created. |
encodedServiceURL
isView
isView: boolean
Indicates if this feature service represents a view.
itemId
itemId: string
The unique ID for this item.
name
name: string
Name of the service item.
serviceItemId
serviceItemId: string
The ID of the new service item.
serviceurl
serviceurl: string
The URL to the hosted service.
size
size: number
The size of the item.
success
success: boolean
Indicates if the operation was successful.
type
type: string
The type of service created.
encodedServiceURL: string
The encoded URL to the hosted service.