# RedisStreamReceiverOptions Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.configuration.redisstreamreceiveroptions/)

## FieldName {#fieldname-58bc52ce}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.configuration.redisstreamreceiveroptions/properties/fieldname-58bc52ce/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Redis/Orleans.Streaming.Redis/Streams/RedisStreamReceiverOptions.cs)

```csharp
public string FieldName
```

Redis streams message field name.

## ReadCount {#readcount-ae6834b6}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.streaming.redis/orleans.configuration.redisstreamreceiveroptions/properties/readcount-ae6834b6/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Redis/Orleans.Streaming.Redis/Streams/RedisStreamReceiverOptions.cs)

```csharp
public int ReadCount
```

The number of entries to fetch from Redis in a single read operation.
