Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CheckValuePropertyBatchOperation

Package version

Represents a PropertyBatchOperation that compares the value of the property with the expected value. The CheckValuePropertyBatchOperation is generally used as a precondition for the write operations in the batch. Note that if one PropertyBatchOperation in a PropertyBatch fails, the entire batch fails and cannot be committed in a transactional manner.

Hierarchy

  • CheckValuePropertyBatchOperation

Index

Properties

Properties

kind

kind: "CheckValue"

Polymorphic Discriminator

propertyName

propertyName: string

The name of the Service Fabric property.

value

The expected property value.

Generated using TypeDoc