PropertyBatchOperationKind Enum

Definition

Specifies the kind of the BatchPropertyOperation.

public enum PropertyBatchOperationKind
type PropertyBatchOperationKind = 
Public Enum PropertyBatchOperationKind
Inheritance
PropertyBatchOperationKind

Fields

CheckExists 3

Indicates that the PropertyBatchOperation is of type CheckExistsPropertyOperation.

CheckSequence 4

Indicates that the PropertyBatchOperation is of type CheckSequencePropertyOperation.

CheckValue 7

Indicates that the PropertyBatchOperation is of type CheckValuePropertyOperation.

Delete 5

Indicates that the PropertyBatchOperation is of type DeletePropertyOperation.

Get 2

Indicates that the PropertyBatchOperation is of type GetPropertyOperation.

Invalid 0

All Service Fabric enumerations have a reserved “Invalid” flag.

Put 1

Indicates that the PropertyBatchOperation is of type PutPropertyOperation.

PutCustom 6

Indicates that the PropertyBatchOperation is of type PutCustomPropertyOperation.

Applies to