ServiceBusTopicOutputDataSourceProperties interface
Service Bus 토픽 출력과 연결된 속성입니다.
- Extends
속성
property |
Service Bus 메시지에 사용자 지정 속성으로 연결할 출력 열 이름의 문자열 배열입니다. |
system |
Service Bus 토픽 출력과 연결된 시스템 속성입니다. 지원되는 시스템 속성은 ReplyToSessionId, ContentType, To, Subject, CorrelationId, TimeToLive, PartitionKey, SessionId, ScheduledEnqueueTime, MessageId, ReplyTo, Label, ScheduledEnqueueTimeUtc입니다. |
topic |
Service Bus 토픽의 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
상속된 속성
authentication |
인증 모드. |
service |
원하는 Event Hub, Service Bus 큐, Service Bus 토픽 등과 연결된 네임스페이스입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
shared |
지정된 공유 액세스 정책에 대한 공유 액세스 정책 키입니다. PUT(CreateOrReplace) 요청에 필요합니다. |
shared |
이벤트 허브, 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
serviceBusNamespace
원하는 Event Hub, Service Bus 큐, Service Bus 토픽 등과 연결된 네임스페이스입니다. PUT(CreateOrReplace) 요청에 필요합니다.
serviceBusNamespace?: string
속성 값
string
sharedAccessPolicyKey
지정된 공유 액세스 정책에 대한 공유 액세스 정책 키입니다. PUT(CreateOrReplace) 요청에 필요합니다.
sharedAccessPolicyKey?: string
속성 값
string
sharedAccessPolicyName
이벤트 허브, Service Bus 큐, Service Bus 토픽 등에 대한 공유 액세스 정책 이름입니다. PUT(CreateOrReplace) 요청에 필요합니다.
sharedAccessPolicyName?: string
속성 값
string