Edit

Share via


StreamDeliveryFailureEntity.ReverseOrderTimestampTicks Method

Definition

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

protected static long ReverseOrderTimestampTicks ();
static member ReverseOrderTimestampTicks : unit -> int64
Protected Shared Function ReverseOrderTimestampTicks () As Long

Returns

Remarks

This is useful for ordering the most recent failures at the start of the partition. While useful for efficient table storage queries, under heavy failure load this may cause a hot spot in the table. This is not an expected occurrence, but if it happens, we recommend subdividing your row key with some other field (stream namespace?).

Applies to