KeyValueStoreReplica.IgnoreSequenceNumberCheck Field

Definition

Indicates that sequence number checking should not occur.

public const long IgnoreSequenceNumberCheck = 0;
val mutable IgnoreSequenceNumberCheck : int64
Public Const IgnoreSequenceNumberCheck As Long  = 0

Field Value

Value = 0

Remarks

Can be used in APIs accepting a check sequence number parameter to indicate that sequence number checking should not occur:

This is equivalent to calling API overloads that do not have a check sequence number parameter:

Applies to