PurgeResult Class
- java.
lang. Object - com.
microsoft. durabletask. PurgeResult
- com.
public final class PurgeResult
Class representing the results of an orchestration state purge operation.
Orchestration state can be purged using any of the DurableTaskClient#purgeInstances method overloads.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| int |
getDeletedInstanceCount()
Gets the number of purged orchestration instances. |
Methods inherited from java.lang.Object
Method Details
getDeletedInstanceCount
public int getDeletedInstanceCount()
Gets the number of purged orchestration instances.
Returns: