CheckSequencePropertyOperation Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the SequenceNumber of a property with the SequenceNumber argument.
public sealed class CheckSequencePropertyOperation : System.Fabric.PropertyBatchOperation
type CheckSequencePropertyOperation = class
inherit PropertyBatchOperation
Public NotInheritable Class CheckSequencePropertyOperation
Inherits PropertyBatchOperation
- Inheritance
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.
Check |
Instantiates a new instance of the CheckSequencePropertyOperation class. |
Kind |
Gets the PropertyBatchOperationKind that indicates the kind of the PropertyBatchOperation. (Inherited from PropertyBatchOperation) |
Property |
Indicates the name of the property that this PropertyBatchOperation accesses. (Inherited from PropertyBatchOperation) |
Sequence |
Gets the expected sequence number. |
Product | Versions |
---|---|
Azure SDK for .NET | Legacy, Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: