<!--
{
  "availability" : [
    "macOS: 10.15.4 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEFilterDataVerdict/statisticsReportFrequency",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "c:objc(cs)NEFilterDataVerdict(py)statisticsReportFrequency"
  },
  "title" : "statisticsReportFrequency"
}
-->

# statisticsReportFrequency

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

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

## Discussion

This property determines the frequency at which the provider receives a call to its [`handle(_:)`](/documentation/NetworkExtension/NEFilterProvider/handle(_:)) method with an [`NEFilterReport.Event.statistics`](/documentation/NetworkExtension/NEFilterReport/Event-swift.enum/statistics) event.

The default value of this property [`NEFilterReport.Frequency.none`](/documentation/NetworkExtension/NEFilterReport/Frequency/none), meaning that the provider receives no statistics by default.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)