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

# statisticsReportFrequency

The frequency at which the data provider receives reports.

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

## Discussion

This property determines the frequency at which the system calls the data provider’s [`handle(_:)`](/documentation/NetworkExtension/NEFilterProvider/handle(_:)) method with an [`NEFilterReport`](/documentation/NetworkExtension/NEFilterReport) instance that contains an [`NEFilterReport.Event.statistics`](/documentation/NetworkExtension/NEFilterReport/Event-swift.enum/statistics) [`event`](/documentation/NetworkExtension/NEFilterReport/event-swift.property).

---

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)