---
title: NSBatchInsertResult
framework: coredata
role: symbol
role_heading: Class
path: coredata/nsbatchinsertresult
---

# NSBatchInsertResult

The result that Core Data returns when executing a batch-insertion request.

## Declaration

```swift
class NSBatchInsertResult
```

## Topics

### Accessing Results

- [result](coredata/nsbatchinsertresult/result.md)
- [resultType](coredata/nsbatchinsertresult/resulttype.md)
- [NSBatchInsertRequestResultType](coredata/nsbatchinsertrequestresulttype.md)

## Relationships

### Inherits From

- [NSPersistentStoreResult](coredata/nspersistentstoreresult.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Data Inserts

- [NSBatchInsertRequest](coredata/nsbatchinsertrequest.md)
