CheckExistsPropertyOperation 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.
Represents a PropertyBatchOperation that compares the Boolean existence of a property with the ExistenceCheck argument.
public sealed class CheckExistsPropertyOperation : System.Fabric.PropertyBatchOperation
type CheckExistsPropertyOperation = class
inherit PropertyBatchOperation
Public NotInheritable Class CheckExistsPropertyOperation
Inherits PropertyBatchOperation
- Inheritance
The PropertyBatchOperation operation fails if the property is not equal to the ExistenceCheck argument. The CheckExistsPropertyOperation 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 CheckExistsPropertyOperation object. |
Existence |
Gets the flag that specifies whether the property should exist for the operation to pass. |
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) |
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: