# EventHubAdapterFactory Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.eventhubadapterfactory/)

## Direction {#direction-5adf4799}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.eventhubadapterfactory/properties/direction-5adf4799/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/EventHubAdapterFactory.cs)

```csharp
public StreamProviderDirection Direction
```

Direction of this queue adapter: Read, Write or ReadWrite.

### Returns

The direction in which this adapter provides data.

## IsRewindable {#isrewindable-4e15ece5}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.eventhubadapterfactory/properties/isrewindable-4e15ece5/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/EventHubAdapterFactory.cs#L65)

```csharp
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 {#name-68f1c654}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.eventhubs/orleans.streaming.eventhubs.eventhubadapterfactory/properties/name-68f1c654/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.EventHubs/Providers/Streams/EventHub/EventHubAdapterFactory.cs#L59)

```csharp
public string Name
```

Name of the adapter. Primarily for logging purposes
