Skip to content

StreamDeliveryFailureEntity Properties

Delivery failure table storage entity.

ETag

getset
View source
public ETag ETag
Gets or sets the entity tag used for optimistic concurrency.

PartitionKey

getset
View source
public string PartitionKey
Gets or sets the table partition key identifying the stream provider and deployment.

RowKey

getset
View source
public string RowKey
Gets or sets the table row key identifying and ordering the delivery failure.

SequenceToken

getset
View source
public byte[]? SequenceToken
Serialized sequence token of the event that failed delivery.

StreamGuid

getset
View source
public string StreamGuid
Guid Id of the stream on which the failure occurred.

Timestamp

getset
View source
public DateTimeOffset? Timestamp
Gets or sets the timestamp maintained by the Azure Table service.