ServiceBusQueueOutputDataSource 类
定义
Describes a Service Bus Queue data source.
public class ServiceBusQueueOutputDataSource extends OutputDataSource
- 继承
方法
propertyColumns() |
Get the propertyColumns value.
|
queueName() |
Get the queueName value.
|
serviceBusNamespace() |
Get the serviceBusNamespace value.
|
sharedAccessPolicyKey() |
Get the sharedAccessPolicyKey value.
|
sharedAccessPolicyName() |
Get the sharedAccessPolicyName value.
|
withPropertyColumns(List<String> propertyColumns) |
Set the propertyColumns value.
|
withQueueName(String queueName) |
Set the queueName value.
|
withServiceBusNamespace(String serviceBusNamespace) |
Set the serviceBusNamespace value.
|
withSharedAccessPolicyKey(String sharedAccessPolicyKey) |
Set the sharedAccessPolicyKey value.
|
withSharedAccessPolicyName(String sharedAccessPolicyName) |
Set the sharedAccessPolicyName value.
|