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

# statisticsReportFrequency

The frequency at which the data provider receives reports.

## Declaration

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

## Discussion

Discussion This property determines the frequency at which the system calls the data provider’s handle(_:) method with an NEFilterReport instance that contains an NEFilterReport.Event.statistics event.

## See Also

### Inspecting new flow verdict properties

- [NEFilterReport.Frequency](networkextension/nefilterreport/frequency.md)
