StreamDeliveryFailureEntity
class
Namespace: Orleans.Providers.Streams.PersistentStreams
Delivery failure table storage entity.
public class StreamDeliveryFailureEntity : ITableEntityConstructors
Properties
ETagGets or sets the entity tag used for optimistic concurrency.PartitionKeyGets or sets the table partition key identifying the stream provider and deployment.RowKeyGets or sets the table row key identifying and ordering the delivery failure.SequenceTokenSerialized sequence token of the event that failed delivery.StreamGuidGuid Id of the stream on which the failure occurred.StreamNamespaceNamespace of the stream on which the failure occurred.StreamProviderNameName of the stream provider generating this failure.SubscriptionIdId of the subscription on which this delivery failure occurred.TimestampGets or sets the timestamp maintained by the Azure Table service.
Methods
GetSequenceToken(Serializer<StreamSequenceToken>)Gets sequence token by deserializing it from property.MakeDefaultPartitionKey(string, string)Default partition keyReverseOrderTimestampTicksReturns the number of ticks from now (UTC) to the year 9683.SetPartitionKey(string)Sets the partition key before persist call.SetRowkeySets the row key before persist callSetSequenceToken(Serializer<StreamSequenceToken>, StreamSequenceToken?)Sets sequence token by serializing it to property.
