---
title: NSBatchInsertRequestResultType
framework: coredata
role: symbol
role_heading: Enumeration
path: coredata/nsbatchinsertrequestresulttype
---

# NSBatchInsertRequestResultType

Result types for a batch-insertion request.

## Declaration

```swift
enum NSBatchInsertRequestResultType
```

## Topics

### Request Types

- [NSBatchInsertRequestResultType.statusOnly](coredata/nsbatchinsertrequestresulttype/statusonly.md)
- [NSBatchInsertRequestResultType.objectIDs](coredata/nsbatchinsertrequestresulttype/objectids.md)
- [NSBatchInsertRequestResultType.count](coredata/nsbatchinsertrequestresulttype/count.md)

### Initializers

- [init(rawValue:)](coredata/nsbatchinsertrequestresulttype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessing Results

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