Package com.microsoft.durabletask
Class PurgeResult
- java.lang.Object
-
- com.microsoft.durabletask.PurgeResult
-
public final class PurgeResult extends java.lang.ObjectClass representing the results of an orchestration state purge operation.Orchestration state can be purged using any of the
DurableTaskClient.purgeInstances(com.microsoft.durabletask.PurgeInstanceCriteria)method overloads.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDeletedInstanceCount()Gets the number of purged orchestration instances.
-