isCrossPartition property

bool isCrossPartition

If true, operations registered with this batch may target multiple partition keys. Operations will be grouped by partition keys when execute is called. Implies continueOnError = true and isAtomic = false.

Implementation

bool get isCrossPartition;