你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EventHubDataSourceProperties Class
- java.
lang. Object - ServiceBusDataSourceProperties
- com.
microsoft. azure. management. streamanalytics. EventHubDataSourceProperties
- com.
public class EventHubDataSourceProperties extends ServiceBusDataSourceProperties
The common properties that are associated with Event Hub data sources.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
eventHubName()
Get the eventHubName value. |
Event |
withEventHubName(String eventHubName)
Set the eventHubName value. |
Inherited Members
ServiceBusDataSourceProperties.serviceBusNamespace()
ServiceBusDataSourceProperties.sharedAccessPolicyKey()
ServiceBusDataSourceProperties.sharedAccessPolicyName()
ServiceBusDataSourceProperties.withServiceBusNamespace(String serviceBusNamespace)
ServiceBusDataSourceProperties.withSharedAccessPolicyKey(String sharedAccessPolicyKey)
ServiceBusDataSourceProperties.withSharedAccessPolicyName(String sharedAccessPolicyName)
Method Details
eventHubName
public String eventHubName()
Get the eventHubName value.
Returns:
the eventHubName value
withEventHubName
public EventHubDataSourceProperties withEventHubName(String eventHubName)
Set the eventHubName value.
Parameters:
eventHubName
- the eventHubName value to set
Returns:
the EventHubDataSourceProperties object itself.