---
title: NSPersistentStoreRequestType.batchInsertRequestType
framework: coredata
role: symbol
role_heading: Case
path: coredata/nspersistentstorerequesttype/batchinsertrequesttype
---

# NSPersistentStoreRequestType.batchInsertRequestType

A request that inserts data into a persistent store using a batch of managed objects or dictionaries.

## Declaration

```swift
case batchInsertRequestType
```

## See Also

### Constants

- [NSPersistentStoreRequestType.fetchRequestType](coredata/nspersistentstorerequesttype/fetchrequesttype.md)
- [NSPersistentStoreRequestType.saveRequestType](coredata/nspersistentstorerequesttype/saverequesttype.md)
- [NSPersistentStoreRequestType.batchUpdateRequestType](coredata/nspersistentstorerequesttype/batchupdaterequesttype.md)
- [NSPersistentStoreRequestType.batchDeleteRequestType](coredata/nspersistentstorerequesttype/batchdeleterequesttype.md)
