แชร์ผ่าน


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