DataSourceBinding interface
서비스 엔드포인트 요청에 대한 데이터 원본의 바인딩을 나타냅니다.
- Extends
상속된 속성
callback |
이 데이터 원본에서 지원하는 페이지 매김 형식(ContinuationToken/SkipTop)입니다. |
callback |
후속 호출이 필요합니까? |
data |
데이터 원본의 이름을 가져오거나 설정합니다. |
endpoint |
엔드포인트 ID를 가져오거나 설정합니다. |
endpoint |
서비스 엔드포인트의 URL을 가져오거나 설정합니다. |
headers | 권한 부여 헤더를 가져오거나 설정합니다. |
initial |
쿼리 매개 변수의 초기 값을 정의합니다. |
parameters | 데이터 원본에 대한 매개 변수를 가져오거나 설정합니다. |
request |
http 요청 본문을 가져오거나 설정합니다. |
request |
http 요청 동사를 가져오거나 설정합니다. |
result |
결과 선택기를 가져오거나 설정합니다. |
result |
결과 템플릿을 가져오거나 설정합니다. |
target | 데이터 원본의 대상을 가져오거나 설정합니다. |
상속된 속성 세부 정보
callbackContextTemplate
이 데이터 원본에서 지원하는 페이지 매김 형식(ContinuationToken/SkipTop)입니다.
callbackContextTemplate: string
속성 값
string
callbackRequiredTemplate
후속 호출이 필요합니까?
callbackRequiredTemplate: string
속성 값
string
dataSourceName
데이터 원본의 이름을 가져오거나 설정합니다.
dataSourceName: string
속성 값
string
endpointId
엔드포인트 ID를 가져오거나 설정합니다.
endpointId: string
속성 값
string
endpointUrl
서비스 엔드포인트의 URL을 가져오거나 설정합니다.
endpointUrl: string
속성 값
string
headers
권한 부여 헤더를 가져오거나 설정합니다.
headers: AuthorizationHeader[]
속성 값
initialContextTemplate
쿼리 매개 변수의 초기 값을 정의합니다.
initialContextTemplate: string
속성 값
string
parameters
데이터 원본에 대한 매개 변수를 가져오거나 설정합니다.
parameters: {[key: string]: string}
속성 값
{[key: string]: string}
requestContent
http 요청 본문을 가져오거나 설정합니다.
requestContent: string
속성 값
string
requestVerb
http 요청 동사를 가져오거나 설정합니다.
requestVerb: string
속성 값
string
resultSelector
결과 선택기를 가져오거나 설정합니다.
resultSelector: string
속성 값
string
resultTemplate
결과 템플릿을 가져오거나 설정합니다.
resultTemplate: string
속성 값
string
target
데이터 원본의 대상을 가져오거나 설정합니다.
target: string
속성 값
string