DataSourceBindingBase interface
Represents binding of data source for the service endpoint request.
Properties
callback |
Pagination format supported by this data source(ContinuationToken/SkipTop). |
callback |
Subsequent calls needed? |
data |
Gets or sets the name of the data source. |
endpoint |
Gets or sets the endpoint Id. |
endpoint |
Gets or sets the url of the service endpoint. |
headers | Gets or sets the authorization headers. |
initial |
Defines the initial value of the query params |
parameters | Gets or sets the parameters for the data source. |
request |
Gets or sets http request body |
request |
Gets or sets http request verb |
result |
Gets or sets the result selector. |
result |
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