EventHubOutputDataSource 类
定义
Describes an Event Hub output data source.
public class EventHubOutputDataSource extends OutputDataSource
- 继承
方法
eventHubName() |
Get the eventHubName value.
|
partitionKey() |
Get the partitionKey value.
|
serviceBusNamespace() |
Get the serviceBusNamespace value.
|
sharedAccessPolicyKey() |
Get the sharedAccessPolicyKey value.
|
sharedAccessPolicyName() |
Get the sharedAccessPolicyName value.
|
withEventHubName(String eventHubName) |
Set the eventHubName value.
|
withPartitionKey(String partitionKey) |
Set the partitionKey value.
|
withServiceBusNamespace(String serviceBusNamespace) |
Set the serviceBusNamespace value.
|
withSharedAccessPolicyKey(String sharedAccessPolicyKey) |
Set the sharedAccessPolicyKey value.
|
withSharedAccessPolicyName(String sharedAccessPolicyName) |
Set the sharedAccessPolicyName value.
|