CheckValuePropertyOperation Class
Definition
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.
Represents a PropertyBatchOperation that compares the value of the property with the expected value.
public sealed class CheckValuePropertyOperation : System.Fabric.PropertyBatchOperation
type CheckValuePropertyOperation = class
inherit PropertyBatchOperation
Public NotInheritable Class CheckValuePropertyOperation
Inherits PropertyBatchOperation
- Inheritance
Remarks
The comparison fails if the value of the property and the expected value are not equal. The CheckValuePropertyOperation 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
CheckValuePropertyOperation(String, Byte[]) |
Initializes a new instance of the CheckValuePropertyOperation class with specified |
CheckValuePropertyOperation(String, Double) |
Initializes a new instance of the CheckValuePropertyOperation class
with specified |
CheckValuePropertyOperation(String, Guid) |
Initializes a new instance of the CheckValuePropertyOperation class
with specified |
CheckValuePropertyOperation(String, Int64) |
Initializes a new instance of the CheckValuePropertyOperation class
with specified |
CheckValuePropertyOperation(String, String) |
Initializes a new instance of the CheckValuePropertyOperation class
with specified |
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) |
PropertyType |
Gets the type of the property. |
PropertyValue |
Gets the value of the property. |
Applies to
Azure SDK for .NET