# GeneratorAdapterFactory Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatoradapterfactory/)

## Direction {#direction-41872a03}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatoradapterfactory/properties/direction-41872a03/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Generator/GeneratorAdapterFactory.cs#L55)

```csharp
public StreamProviderDirection Direction
```

Gets the direction of this queue adapter: [StreamProviderDirection](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamproviderdirection/), [StreamProviderDirection](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamproviderdirection/), or [StreamProviderDirection](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.streams.streamproviderdirection/).

### Returns

The direction in which this adapter provides data.

## IsRewindable {#isrewindable-e15cd5e3}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatoradapterfactory/properties/isrewindable-e15cd5e3/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Generator/GeneratorAdapterFactory.cs#L52)

```csharp
public bool IsRewindable
```

Gets a value indicating 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-a8da4ad4}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming/orleans.providers.streams.generator.generatoradapterfactory/properties/name-a8da4ad4/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Streaming/Generator/GeneratorAdapterFactory.cs#L58)

```csharp
public string Name
```

Gets the name of the adapter. Primarily for logging purposes
