PropertyBatchOperationKind Enum
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.
Specifies the kind of the BatchPropertyOperation.
public enum PropertyBatchOperationKind
type PropertyBatchOperationKind =
Public Enum PropertyBatchOperationKind
- Inheritance
-
PropertyBatchOperationKind
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | All Service Fabric enumerations have a reserved “Invalid” flag. |
Put | 1 | Indicates that the PropertyBatchOperation is of type PutPropertyOperation. |
Get | 2 | Indicates that the PropertyBatchOperation is of type GetPropertyOperation. |
CheckExists | 3 | Indicates that the PropertyBatchOperation is of type CheckExistsPropertyOperation. |
CheckSequence | 4 | Indicates that the PropertyBatchOperation is of type CheckSequencePropertyOperation. |
Delete | 5 | Indicates that the PropertyBatchOperation is of type DeletePropertyOperation. |
PutCustom | 6 | Indicates that the PropertyBatchOperation is of type PutCustomPropertyOperation. |
CheckValue | 7 | Indicates that the PropertyBatchOperation is of type CheckValuePropertyOperation. |
Applies to
Azure SDK for .NET