Type alias PersistentIndexDescription
PersistentIndexDescription: IndexDescriptionType<"persistent", string[], { cacheEnabled: boolean; deduplicate: boolean; estimates: boolean; storedValues?: string[]; }> Type declaration
cacheEnabled: boolean
deduplicate: boolean
estimates: boolean
Optional storedValues?: string[]
An object representing a persistent index.