PropertyBatchOperationKind Enumeration

Definition

Gibt die Art der BatchPropertyOperation an.

public enum PropertyBatchOperationKind
type PropertyBatchOperationKind = 
Public Enum PropertyBatchOperationKind
Vererbung
PropertyBatchOperationKind

Felder

CheckExists 3

Gibt an, dass der PropertyBatchOperation vom Typ CheckExistsPropertyOperationist.

CheckSequence 4

Gibt an, dass der PropertyBatchOperation vom Typ CheckSequencePropertyOperationist.

CheckValue 7

Gibt an, dass der PropertyBatchOperation vom Typ CheckValuePropertyOperationist.

Delete 5

Gibt an, dass der PropertyBatchOperation vom Typ DeletePropertyOperationist.

Get 2

Gibt an, dass der PropertyBatchOperation vom Typ GetPropertyOperationist.

Invalid 0

Alle Service Fabric-Enumerationen weisen das reservierte Flag "Ungültig" auf.

Put 1

Gibt an, dass der PropertyBatchOperation vom Typ PutPropertyOperationist.

PutCustom 6

Gibt an, dass der PropertyBatchOperation vom Typ PutCustomPropertyOperationist.

Gilt für: