---
title: statisticsReportFrequency
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/nefilterdataverdict/statisticsreportfrequency
---

# statisticsReportFrequency

The frequencty at which to provide flow statistics to the data provider.

## Declaration

```swift
var statisticsReportFrequency: NEFilterReport.Frequency { get set }
```

## Discussion

Discussion This property determines the frequency at which the provider receives a call to its handle(_:) method with an NEFilterReport.Event.statistics event. The default value of this property NEFilterReport.Frequency.none, meaning that the provider receives no statistics by default.
