你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EventHubDataSourceProperties Class

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.

EventHubDataSourceProperties withEventHubName(String eventHubName)

Set the eventHubName value.

Inherited Members

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.

Applies to