DataSourceBinding interface

Represents binding of data source for the service endpoint request.

Extends

Inherited Properties

callbackContextTemplate

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

callbackRequiredTemplate

Subsequent calls needed?

dataSourceName

Gets or sets the name of the data source.

endpointId

Gets or sets the endpoint Id.

endpointUrl

Gets or sets the url of the service endpoint.

headers

Gets or sets the authorization headers.

initialContextTemplate

Defines the initial value of the query params

parameters

Gets or sets the parameters for the data source.

requestContent

Gets or sets http request body

requestVerb

Gets or sets http request verb

resultSelector

Gets or sets the result selector.

resultTemplate

Gets or sets the result template.

target

Gets or sets the target of the data source.

Inherited Property Details

callbackContextTemplate

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

callbackContextTemplate: string

Property Value

string

Inherited From DataSourceBindingBase.callbackContextTemplate

callbackRequiredTemplate

Subsequent calls needed?

callbackRequiredTemplate: string

Property Value

string

Inherited From DataSourceBindingBase.callbackRequiredTemplate

dataSourceName

Gets or sets the name of the data source.

dataSourceName: string

Property Value

string

Inherited From DataSourceBindingBase.dataSourceName

endpointId

Gets or sets the endpoint Id.

endpointId: string

Property Value

string

Inherited From DataSourceBindingBase.endpointId

endpointUrl

Gets or sets the url of the service endpoint.

endpointUrl: string

Property Value

string

Inherited From DataSourceBindingBase.endpointUrl

headers

Gets or sets the authorization headers.

headers: AuthorizationHeader[]

Property Value

Inherited From DataSourceBindingBase.headers

initialContextTemplate

Defines the initial value of the query params

initialContextTemplate: string

Property Value

string

Inherited From DataSourceBindingBase.initialContextTemplate

parameters

Gets or sets the parameters for the data source.

parameters: {[key: string]: string}

Property Value

{[key: string]: string}

Inherited From DataSourceBindingBase.parameters

requestContent

Gets or sets http request body

requestContent: string

Property Value

string

Inherited From DataSourceBindingBase.requestContent

requestVerb

Gets or sets http request verb

requestVerb: string

Property Value

string

Inherited From DataSourceBindingBase.requestVerb

resultSelector

Gets or sets the result selector.

resultSelector: string

Property Value

string

Inherited From DataSourceBindingBase.resultSelector

resultTemplate

Gets or sets the result template.

resultTemplate: string

Property Value

string

Inherited From DataSourceBindingBase.resultTemplate

target

Gets or sets the target of the data source.

target: string

Property Value

string

Inherited From DataSourceBindingBase.target