<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FileProvider",
  "identifier" : "/documentation/FileProvider/NSFileProviderChangeObserver",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "File Provider"
    ],
    "preciseIdentifier" : "c:objc(pl)NSFileProviderChangeObserver"
  },
  "title" : "NSFileProviderChangeObserver"
}
-->

# NSFileProviderChangeObserver

An observer that receives changes and deletions during enumeration.

```
protocol NSFileProviderChangeObserver : NSObjectProtocol
```

## Topics

### Observing Changes

[`didDeleteItems(withIdentifiers:)`](/documentation/FileProvider/NSFileProviderChangeObserver/didDeleteItems(withIdentifiers:))

Tells the observer that the specified items have been deleted.

[`didUpdate(_:)`](/documentation/FileProvider/NSFileProviderChangeObserver/didUpdate(_:))

Tells the observer that the specified items have been updated.

[`finishEnumeratingChanges(upTo:moreComing:)`](/documentation/FileProvider/NSFileProviderChangeObserver/finishEnumeratingChanges(upTo:moreComing:))

Tells the observer that all of the changes have been enumerated up to the specified sync anchor.

[`finishEnumeratingWithError(_:)`](/documentation/FileProvider/NSFileProviderChangeObserver/finishEnumeratingWithError(_:))

Tells the observer that an error occurred during change notification.

[`suggestedBatchSize`](/documentation/FileProvider/NSFileProviderChangeObserver/suggestedBatchSize)

The batch size that the system recommends.



---

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)