---
title: entity
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsbatchupdaterequest/entity
---

# entity

The managed entity to update data for.

## Declaration

```swift
var entity: NSEntityDescription { get }
```

## See Also

### Configuring a Request

- [entityName](coredata/nsbatchupdaterequest/entityname.md)
- [includesSubentities](coredata/nsbatchupdaterequest/includessubentities.md)
- [predicate](coredata/nsbatchupdaterequest/predicate.md)
- [propertiesToUpdate](coredata/nsbatchupdaterequest/propertiestoupdate.md)
- [resultType](coredata/nsbatchupdaterequest/resulttype.md)
