---
title: NSBatchUpdateRequestResultType.updatedObjectIDsResultType
framework: coredata
role: symbol
role_heading: Case
path: coredata/nsbatchupdaterequestresulttype/updatedobjectidsresulttype
---

# NSBatchUpdateRequestResultType.updatedObjectIDsResultType

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

## Declaration

```swift
case updatedObjectIDsResultType
```

## See Also

### Request Types

- [NSBatchUpdateRequestResultType.statusOnlyResultType](coredata/nsbatchupdaterequestresulttype/statusonlyresulttype.md)
- [NSBatchUpdateRequestResultType.updatedObjectsCountResultType](coredata/nsbatchupdaterequestresulttype/updatedobjectscountresulttype.md)
