Delen via


PropertyBatchOperationKind Enum

Definition

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