---
title: resultType
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsbatchdeleterequest/resulttype
---

# resultType

The type of result the request provides when it executes.

## Declaration

```swift
var resultType: NSBatchDeleteRequestResultType { get set }
```

## Discussion

Discussion Set this property before you execute the request if you require a result type other than the default of NSBatchDeleteRequestResultType.resultTypeStatusOnly.

## See Also

### Configuring the Result Type

- [NSBatchDeleteRequestResultType](coredata/nsbatchdeleterequestresulttype.md)
