DataSourceBindingBase interface
Represents binding of data source for the service endpoint request.
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. |
Pagination format supported by this data source(ContinuationToken/SkipTop).
callbackContextTemplate: string
Property Value
string
Subsequent calls needed?
callbackRequiredTemplate: string
Property Value
string
Gets or sets the name of the data source.
dataSourceName: string
Property Value
string
Gets or sets the endpoint Id.
endpointId: string
Property Value
string
Gets or sets the url of the service endpoint.
endpointUrl: string
Property Value
string
Gets or sets the authorization headers.
headers: AuthorizationHeader[]
Property Value
Defines the initial value of the query params
initialContextTemplate: string
Property Value
string
Gets or sets the parameters for the data source.
parameters: {[key: string]: string}
Property Value
{[key: string]: string}
Gets or sets http request body
requestContent: string
Property Value
string
Gets or sets http request verb
requestVerb: string
Property Value
string
Gets or sets the result selector.
resultSelector: string
Property Value
string
Gets or sets the result template.
resultTemplate: string
Property Value
string
Gets or sets the target of the data source.
target: string
Property Value
string