<!--
{
  "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/NSBatchUpdateRequestResultType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:@E@NSBatchUpdateRequestResultType"
  },
  "title" : "NSBatchUpdateRequestResultType"
}
-->

# NSBatchUpdateRequestResultType

Result types for a batch-update request.

```
enum NSBatchUpdateRequestResultType
```

## Topics

### Request Types

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

A value that indicates the return type is a Boolean value representing whether the batch-update request succeeds.

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

A value that indicates the return type is an array of object IDs that corresponds to the updated rows.

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

A value that indicates the return type is the number of updated rows.

## Relationships

### Conforms To

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

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

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

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

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

[`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)