PurgeHistoryResult class

Class to hold statistics about this execution of purge history. The return type of DurableClient.purgeHistory()

Constructors

PurgeHistoryResult(number)

Properties

instancesDeleted

The number of deleted instances.

Constructor Details

PurgeHistoryResult(number)

new PurgeHistoryResult(instancesDeleted: number)

Parameters

instancesDeleted

number

The number of deleted instances

Property Details

instancesDeleted

The number of deleted instances.

instancesDeleted: number

Property Value

number