Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DataSourceBinding

Hierarchy

Index

Properties

Optional callbackContextTemplate

callbackContextTemplate: string

Pagination format supported by this data source(ContinuationToken/SkipTop).

Optional callbackRequiredTemplate

callbackRequiredTemplate: string

Subsequent calls needed?

Optional dataSourceName

dataSourceName: string

Gets or sets the name of the data source.

Optional endpointId

endpointId: string

Gets or sets the endpoint Id.

Optional endpointUrl

endpointUrl: string

Gets or sets the url of the service endpoint.

Optional headers

headers: Array<AuthorizationHeader>

Gets or sets the authorization headers.

Optional initialContextTemplate

initialContextTemplate: string

Defines the initial value of the query params

Optional parameters

parameters: object

Gets or sets the parameters for the data source.

Type declaration

  • [key: string]: string

Optional requestContent

requestContent: string

Gets or sets http request body

Optional requestVerb

requestVerb: string

Gets or sets http request verb

Optional resultSelector

resultSelector: string

Gets or sets the result selector.

Optional resultTemplate

resultTemplate: string

Gets or sets the result template.

Optional target

target: string

Gets or sets the target of the data source.

Generated using TypeDoc