Table of Contents

Class PurgeHistoryResult

Namespace
Microsoft.Azure.WebJobs
Assembly
Microsoft.Azure.WebJobs.Extensions.DurableTask.dll

Class to hold statistics about this execution of purge history.

[DataContract]
public class PurgeHistoryResult
Inheritance
PurgeHistoryResult
Inherited Members

Constructors

PurgeHistoryResult(int)

Constructor for purge history statistics.

public PurgeHistoryResult(int instancesDeleted)

Parameters

instancesDeleted int

Number of instances deleted.

Properties

InstancesDeleted

Gets the number of deleted instances.

[DataMember(Name = "instancesDeleted")]
public int InstancesDeleted { get; }

Property Value

int

The number of deleted instances.