DataSourceBindingBase interface

Represents binding of data source for the service endpoint request.

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.

Property Details

callbackContextTemplate

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

callbackContextTemplate: string

Property Value

string

callbackRequiredTemplate

Subsequent calls needed?

callbackRequiredTemplate: string

Property Value

string

dataSourceName

Gets or sets the name of the data source.

dataSourceName: string

Property Value

string

endpointId

Gets or sets the endpoint Id.

endpointId: string

Property Value

string

endpointUrl

Gets or sets the url of the service endpoint.

endpointUrl: string

Property Value

string

headers

Gets or sets the authorization headers.

headers: AuthorizationHeader[]

Property Value

initialContextTemplate

Defines the initial value of the query params

initialContextTemplate: string

Property Value

string

parameters

Gets or sets the parameters for the data source.

parameters: {[key: string]: string}

Property Value

{[key: string]: string}

requestContent

Gets or sets http request body

requestContent: string

Property Value

string

requestVerb

Gets or sets http request verb

requestVerb: string

Property Value

string

resultSelector

Gets or sets the result selector.

resultSelector: string

Property Value

string

resultTemplate

Gets or sets the result template.

resultTemplate: string

Property Value

string

target

Gets or sets the target of the data source.

target: string

Property Value

string