<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSBatchUpdateResult",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBatchUpdateResult"
  },
  "title" : "NSBatchUpdateResult"
}
-->

# NSBatchUpdateResult

The result returned when executing a batch update request.

```
class NSBatchUpdateResult
```

## Topics

### Accessing Results

[`result`](/documentation/CoreData/NSBatchUpdateResult/result)

The result of a batch-update request, either the number of updated objects, the identifiers of the updated objects, or a status value.

[`resultType`](/documentation/CoreData/NSBatchUpdateResult/resultType)

The type of result that Core Data returns from the request.

[`NSBatchUpdateRequestResultType`](/documentation/CoreData/NSBatchUpdateRequestResultType)

Result types for a batch-update request.

## Relationships

### Conforms To

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

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

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

### Inherits From

[`NSPersistentStoreResult`](/documentation/CoreData/NSPersistentStoreResult)

---

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)