Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataServiceConfig

Configuration info to be passed to the DataService constructor

Hierarchy

  • DataServiceConfig

Index

Properties

Optional adapterName

adapterName: string

The adapter name for the [[IDataServiceAdapter]] to be used with this service.

Optional hasServerMetadata

hasServerMetadata: boolean

Whether the server can provide metadata for this service.

Optional jsonResultsAdapter

jsonResultsAdapter: JsonResultsAdapter

The JsonResultsAdapter used to process the results of any query against this DataService.

Optional serviceName

serviceName: string

The serviceName for this DataService.

Optional uriBuilderName

uriBuilderName: string

The adapter name for the [[IUriBuilderAdapter]] to be used with this service.

Optional useJsonp

useJsonp: boolean

Whether to use JSONP when performing a 'GET' request against this service.

Generated using TypeDoc