ServiceBusTopicOutputDataSourceProperties interface

Service Bus 토픽 출력과 연결된 속성입니다.

Extends

속성

propertyColumns

Service Bus 메시지에 사용자 지정 속성으로 연결할 출력 열 이름의 문자열 배열입니다.

systemPropertyColumns

Service Bus 토픽 출력과 연결된 시스템 속성입니다. 지원되는 시스템 속성은 ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc입니다.

topicName

Service Bus 토픽의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

상속된 속성

authenticationMode

인증 모드.

serviceBusNamespace

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

sharedAccessPolicyKey

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

sharedAccessPolicyName

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

속성 세부 정보

propertyColumns

Service Bus 메시지에 사용자 지정 속성으로 연결할 출력 열 이름의 문자열 배열입니다.

propertyColumns?: string[]

속성 값

string[]

systemPropertyColumns

Service Bus 토픽 출력과 연결된 시스템 속성입니다. 지원되는 시스템 속성은 ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc입니다.

systemPropertyColumns?: {[propertyName: string]: string}

속성 값

{[propertyName: string]: string}

topicName

Service Bus 토픽의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.

topicName?: string

속성 값

string

상속된 속성 세부 정보

authenticationMode

인증 모드.

authenticationMode?: string

속성 값

string

ServiceBusDataSourceProperties.authenticationMode에서 상속됨

serviceBusNamespace

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

serviceBusNamespace?: string

속성 값

string

ServiceBusDataSourceProperties.serviceBusNamespace에서 상속됨

sharedAccessPolicyKey

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

sharedAccessPolicyKey?: string

속성 값

string

ServiceBusDataSourceProperties.sharedAccessPolicyKey에서 상속됨

sharedAccessPolicyName

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

sharedAccessPolicyName?: string

속성 값

string

ServiceBusDataSourceProperties.sharedAccessPolicyName에서 상속됨