Type alias PersistentIndex

PersistentIndex: GenericIndex & { cacheEnabled: boolean; deduplicate: boolean; estimates: boolean; fields: string[]; storedValues?: string[]; type: "persistent" }

An object representing a persistent index.

Generated using TypeDoc