Contents

init(name:elements:)

Creates a fetch index description using the specified name and element descriptions.

Declaration

init(name: String, elements: [NSFetchIndexElementDescription]?)

Parameters

  • name:

    The name of the fetch index description.

  • elements:

    An array of fetch index element descriptions.