Edit

Share via


StreamDeliveryFailureEntity Class

Definition

Delivery failure table storage entity.

public class StreamDeliveryFailureEntity : Microsoft.WindowsAzure.Storage.Table.TableEntity
public class StreamDeliveryFailureEntity : Azure.Data.Tables.ITableEntity
type StreamDeliveryFailureEntity = class
    inherit TableEntity
type StreamDeliveryFailureEntity = class
    interface ITableEntity
Public Class StreamDeliveryFailureEntity
Inherits TableEntity
Public Class StreamDeliveryFailureEntity
Implements ITableEntity
Inheritance
StreamDeliveryFailureEntity
Inheritance
StreamDeliveryFailureEntity
Implements

Constructors

StreamDeliveryFailureEntity()

Properties

ETag
PartitionKey
RowKey
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

Methods

GetSequenceToken(SerializationManager)

Gets sequence token by deserializing it from property.

GetSequenceToken(Serializer<StreamSequenceToken>)

Gets sequence token by deserializing it from property.

MakeDefaultPartitionKey(String, String)

Default partition key

ReverseOrderTimestampTicks()

Returns the number of ticks from now (UTC) to the year 9683.

SetPartitionKey(String)

Sets the partition key before persist call.

SetRowkey()

Sets the row key before persist call

SetSequenceToken(SerializationManager, StreamSequenceToken)

Sets sequence token by serializing it to property.

SetSequenceToken(Serializer<StreamSequenceToken>, StreamSequenceToken)

Sets sequence token by serializing it to property.

Applies to