Interface
Very generic structure representing the return value from the /arcgis/rest/admin/services/<service-name>/FeatureServer?f=json response
Inheritance: IServiceInfoRecord<string, unknown>
Properties
Property | Type |
---|---|
{ database: { datasource: { name: string } }; name: string; status: string; type: string } | |
Record<string, unknown>[] |
adminServiceInfo: { database: { datasource: { name: string } }; name: string; status: string; type: string }
Type declaration