Compartir a través de


PropertyBatchOperationKind Enumeración

Definición

Especifica el tipo de BatchPropertyOperation.

public enum PropertyBatchOperationKind
type PropertyBatchOperationKind = 
Public Enum PropertyBatchOperationKind
Herencia
PropertyBatchOperationKind

Campos

CheckExists 3

Indica que es PropertyBatchOperation de tipo CheckExistsPropertyOperation.

CheckSequence 4

Indica que es PropertyBatchOperation de tipo CheckSequencePropertyOperation.

CheckValue 7

Indica que es PropertyBatchOperation de tipo CheckValuePropertyOperation.

Delete 5

Indica que es PropertyBatchOperation de tipo DeletePropertyOperation.

Get 2

Indica que es PropertyBatchOperation de tipo GetPropertyOperation.

Invalid 0

Todas las enumeraciones de Service Fabric tienen una marca reservada "No válida".

Put 1

Indica que es PropertyBatchOperation de tipo PutPropertyOperation.

PutCustom 6

Indica que es PropertyBatchOperation de tipo PutCustomPropertyOperation.

Se aplica a