---
title: sortDescriptors
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/sectionedfetchresults/sortdescriptors
---

# sortDescriptors

The request’s sort descriptors, accessed as value types.

## Declaration

```swift
@MainActor @preconcurrency var sortDescriptors: [SortDescriptor<Result>] { get nonmutating set }
```

## Discussion

Discussion Set this value to cause the associated SectionedFetchRequest to execute a fetch with a new collection of SortDescriptor instances. The order of entities stored in the results collection may change as a result. Use care to coordinate section and sort updates, as described in SectionedFetchRequest.Configuration. If you want to use NSSortDescriptor instances, set nsSortDescriptors instead.

## See Also

### Configuring the associated sectioned fetch request

- [nsPredicate](swiftui/sectionedfetchresults/nspredicate.md)
- [nsSortDescriptors](swiftui/sectionedfetchresults/nssortdescriptors.md)
- [sectionIdentifier](swiftui/sectionedfetchresults/sectionidentifier.md)
- [SectionedFetchResults.Section](swiftui/sectionedfetchresults/section.md)
