Skip to content

StreamDeliveryFailureEntity

class

Namespace: Orleans.Providers.Streams.PersistentStreams

Delivery failure table storage entity.
public class StreamDeliveryFailureEntity : ITableEntity

Constructors

Properties

  • ETag Gets or sets the entity tag used for optimistic concurrency.
  • PartitionKey Gets or sets the table partition key identifying the stream provider and deployment.
  • RowKey Gets or sets the table row key identifying and ordering the delivery failure.
  • SequenceToken Serialized sequence token of the event that failed delivery.
  • StreamGuid Guid Id of the stream on which the failure occurred.
  • StreamNamespace Namespace of the stream on which the failure occurred.
  • StreamProviderName Name of the stream provider generating this failure.
  • SubscriptionId Id of the subscription on which this delivery failure occurred.
  • Timestamp Gets or sets the timestamp maintained by the Azure Table service.

Methods