# StreamDeliveryFailureEntity.RowKey

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/PersistentStreams/StreamDeliveryFailureEntity.cs)

```csharp
public string RowKey
```

The row key is a unique identifier for an entity within a given partition. Together the `Azure.Data.Tables.ITableEntity.PartitionKey` and RowKey uniquely identify every entity within a table.

### Value

A string containing the row key for the entity.
