EventHubOutputDataSourceProperties interface

이벤트 허브 출력과 연결된 속성입니다.

Extends

속성

partitionKey

이벤트 데이터를 보낼 파티션을 결정하는 데 사용되는 키/열입니다.

propertyColumns

이 이벤트 허브 출력과 연결된 속성입니다.

상속된 속성

authenticationMode

인증 모드.

eventHubName

이벤트 허브의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

serviceBusNamespace

원하는 Event Hub, Service Bus 큐, Service Bus 토픽 등과 연결된 네임스페이스입니다. PUT(CreateOrReplace) 요청에 필요합니다.

sharedAccessPolicyKey

지정된 공유 액세스 정책에 대한 공유 액세스 정책 키입니다. PUT(CreateOrReplace) 요청에 필요합니다.

sharedAccessPolicyName

이벤트 허브, Service Bus 큐, Service Bus 토픽 등에 대한 공유 액세스 정책 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

속성 세부 정보

partitionKey

이벤트 데이터를 보낼 파티션을 결정하는 데 사용되는 키/열입니다.

partitionKey?: string

속성 값

string

propertyColumns

이 이벤트 허브 출력과 연결된 속성입니다.

propertyColumns?: string[]

속성 값

string[]

상속된 속성 세부 정보

authenticationMode

인증 모드.

authenticationMode?: string

속성 값

string

EventHubDataSourceProperties.authenticationMode에서 상속됨

eventHubName

이벤트 허브의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

eventHubName?: string

속성 값

string

EventHubDataSourceProperties.eventHubName에서 상속됨

serviceBusNamespace

원하는 Event Hub, Service Bus 큐, Service Bus 토픽 등과 연결된 네임스페이스입니다. PUT(CreateOrReplace) 요청에 필요합니다.

serviceBusNamespace?: string

속성 값

string

EventHubDataSourceProperties.serviceBusNamespace에서 상속됨

sharedAccessPolicyKey

지정된 공유 액세스 정책에 대한 공유 액세스 정책 키입니다. PUT(CreateOrReplace) 요청에 필요합니다.

sharedAccessPolicyKey?: string

속성 값

string

EventHubDataSourceProperties.sharedAccessPolicyKey에서 상속됨

sharedAccessPolicyName

이벤트 허브, Service Bus 큐, Service Bus 토픽 등에 대한 공유 액세스 정책 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

sharedAccessPolicyName?: string

속성 값

string

EventHubDataSourceProperties.sharedAccessPolicyName에서 상속됨