CheckSequencePropertyOperation Class

Definition

Compares the SequenceNumber of a property with the SequenceNumber argument.

C#
public sealed class CheckSequencePropertyOperation : System.Fabric.PropertyBatchOperation
Inheritance
CheckSequencePropertyOperation

Remarks

The comparison fails if the sequence numbers are not equal. CheckSequencePropertyOperation is generally used as a precondition for the write operations in the batch. Note that if one PropertyBatchOperation fails, the entire batch fails and cannot be committed.

Constructors

Properties

Kind

Gets the PropertyBatchOperationKind that indicates the kind of the PropertyBatchOperation.

(Inherited from PropertyBatchOperation)
PropertyName

Indicates the name of the property that this PropertyBatchOperation accesses.

(Inherited from PropertyBatchOperation)
SequenceNumber

Gets the expected sequence number.

Applies to

Product Versions
Azure SDK for .NET Legacy, Latest