# StreamDeliveryFailureEntity

Package: [Microsoft.Orleans.Streaming.AzureStorage](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Streaming.AzureStorage) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Streaming.AzureStorage/Providers/Streams/PersistentStreams/StreamDeliveryFailureEntity.cs#L13)

```csharp
public class StreamDeliveryFailureEntity : ITableEntity
```

Delivery failure table storage entity.

## Constructors

- [StreamDeliveryFailureEntity](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/constructors/constructor-c279c829/)

## Properties

- [ETag](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/etag-5b5c5e4b/)
- [PartitionKey](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/partitionkey-fc306813/)
- [RowKey](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/rowkey-68233069/)
- [SequenceToken](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/sequencetoken-9b01d0c7/)
- [StreamGuid](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/streamguid-0c807ed7/)
- [StreamNamespace](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/streamnamespace-db3c49dd/)
- [StreamProviderName](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/streamprovidername-5d2c8ed0/)
- [SubscriptionId](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/subscriptionid-a8b3505a/)
- [Timestamp](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/properties/timestamp-80b45970/)

## Methods

- [GetSequenceToken(Serializer&lt;StreamSequenceToken&gt;)](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/methods/getsequencetoken-orleans-serialization-serializer-orleans-streams-streamsequence-33593af3/)
- [MakeDefaultPartitionKey(string, string)](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/methods/makedefaultpartitionkey-string-string-56e9c3fb/)
- [SetPartitionKey(string)](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/methods/setpartitionkey-string-f0892a07/)
- [SetRowkey](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/methods/setrowkey-0731a4dc/)
- [SetSequenceToken(Serializer&lt;StreamSequenceToken&gt;, StreamSequenceToken)](/orleans/docs/api/csharp/microsoft.orleans.streaming.azurestorage/orleans.providers.streams.persistentstreams.streamdeliveryfailureentity/methods/setsequencetoken-orleans-serialization-serializer-orleans-streams-streamsequence-8b6eb08c/)
