Skip to content

EventHubAdapterFactory Properties

Queue adapter factory which allows the PersistentStreamProvider to use EventHub as its backend persistent event queue.

Direction

getset
View source
public StreamProviderDirection Direction
Direction of this queue adapter: Read, Write or ReadWrite.

Returns

The direction in which this adapter provides data.

IsRewindable

get
View source
public bool IsRewindable
Determines whether this is a rewindable stream adapter - supports subscribing from previous point in time.

Returns

True if this is a rewindable stream adapter, false otherwise.

Name

get
View source
public string Name
Name of the adapter. Primarily for logging purposes