Contents

fetchDescriptor

The fetch descriptor used to query the model context.

Declaration

final var fetchDescriptor: FetchDescriptor<Element> { get }

Discussion

This descriptor defines the complete fetch criteria including predicate, sort descriptors, and other fetch options. It is configured at initialization and can be indirectly modified through the filterBy and sortBy computed properties.

See Also

Accessing observer properties