GenericIndex: { id: string; name: string; sparse: boolean; unique: boolean }

Shared attributes of all index types.

Type declaration

  • id: string

    A unique identifier for this index.

  • name: string

    A unique name for this index.

  • sparse: boolean

    Whether documents not containing at least one of the attribute paths are omitted by this index.

  • unique: boolean

    Whether this index enforces uniqueness for values of its attribute paths.

Generated using TypeDoc