<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.12.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSFetchedResultsChangeType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:@E@NSFetchedResultsChangeType"
  },
  "title" : "NSFetchedResultsChangeType"
}
-->

# NSFetchedResultsChangeType

Constants that specify the possible types of changes that are reported.

```
enum NSFetchedResultsChangeType
```

## Topics

### Constants

[`NSFetchedResultsChangeInsert`](/documentation/CoreData/NSFetchedResultsChangeType/insert)

Specifies that an object was inserted.

[`NSFetchedResultsChangeDelete`](/documentation/CoreData/NSFetchedResultsChangeType/delete)

Specifies that an object was deleted.

[`NSFetchedResultsChangeMove`](/documentation/CoreData/NSFetchedResultsChangeType/move)

Specifies that an object was moved.

[`NSFetchedResultsChangeUpdate`](/documentation/CoreData/NSFetchedResultsChangeType/update)

Specifies that an object was changed.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Hashable`](/documentation/Swift/Hashable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

---

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)