다음을 통해 공유


DataSourceBinding interface

서비스 엔드포인트 요청에 대한 데이터 원본의 바인딩을 나타냅니다.

Extends

상속된 속성

callbackContextTemplate

이 데이터 원본에서 지원하는 페이지 매김 형식(ContinuationToken/SkipTop)입니다.

callbackRequiredTemplate

후속 호출이 필요합니까?

dataSourceName

데이터 원본의 이름을 가져오거나 설정합니다.

endpointId

엔드포인트 ID를 가져오거나 설정합니다.

endpointUrl

서비스 엔드포인트의 URL을 가져오거나 설정합니다.

headers

권한 부여 헤더를 가져오거나 설정합니다.

initialContextTemplate

쿼리 매개 변수의 초기 값을 정의합니다.

parameters

데이터 원본에 대한 매개 변수를 가져오거나 설정합니다.

requestContent

http 요청 본문을 가져오거나 설정합니다.

requestVerb

http 요청 동사를 가져오거나 설정합니다.

resultSelector

결과 선택기를 가져오거나 설정합니다.

resultTemplate

결과 템플릿을 가져오거나 설정합니다.

target

데이터 원본의 대상을 가져오거나 설정합니다.

상속된 속성 세부 정보

callbackContextTemplate

이 데이터 원본에서 지원하는 페이지 매김 형식(ContinuationToken/SkipTop)입니다.

callbackContextTemplate: string

속성 값

string

DataSourceBindingBase.callbackContextTemplate 상속된

callbackRequiredTemplate

후속 호출이 필요합니까?

callbackRequiredTemplate: string

속성 값

string

DataSourceBindingBase.callbackRequiredTemplate 상속된

dataSourceName

데이터 원본의 이름을 가져오거나 설정합니다.

dataSourceName: string

속성 값

string

DataSourceBindingBase.dataSourceName 상속된

endpointId

엔드포인트 ID를 가져오거나 설정합니다.

endpointId: string

속성 값

string

DataSourceBindingBase.endpointId 상속된

endpointUrl

서비스 엔드포인트의 URL을 가져오거나 설정합니다.

endpointUrl: string

속성 값

string

DataSourceBindingBase.endpointUrl 상속된

headers

권한 부여 헤더를 가져오거나 설정합니다.

headers: AuthorizationHeader[]

속성 값

DataSourceBindingBase.headers 상속된

initialContextTemplate

쿼리 매개 변수의 초기 값을 정의합니다.

initialContextTemplate: string

속성 값

string

DataSourceBindingBase.initialContextTemplate 상속된

parameters

데이터 원본에 대한 매개 변수를 가져오거나 설정합니다.

parameters: {[key: string]: string}

속성 값

{[key: string]: string}

DataSourceBindingBase.parameters 상속된

requestContent

http 요청 본문을 가져오거나 설정합니다.

requestContent: string

속성 값

string

DataSourceBindingBase.requestContent 상속됨

requestVerb

http 요청 동사를 가져오거나 설정합니다.

requestVerb: string

속성 값

string

DataSourceBindingBase.requestVerb 상속된

resultSelector

결과 선택기를 가져오거나 설정합니다.

resultSelector: string

속성 값

string

DataSourceBindingBase.resultSelector 상속된

resultTemplate

결과 템플릿을 가져오거나 설정합니다.

resultTemplate: string

속성 값

string

DataSourceBindingBase.resultTemplate 상속된

target

데이터 원본의 대상을 가져오거나 설정합니다.

target: string

속성 값

string

DataSourceBindingBase.target 상속된