FetchOptions: { ids: RecordId[]; namespace?: string }

Options for fetching records from the index.

Type declaration

  • ids: RecordId[]

    The list of record ids you would like to fetch

  • Optionalnamespace?: string

    The namespace to fetch from. If not specified, uses the namespace configured on the Index.