Type alias PrimaryIndexDescription

PrimaryIndexDescription: IndexDescriptionType<"primary", ["_key"], {
    selectivityEstimate: number;
}>

An object representing a primary index.

Type declaration

  • selectivityEstimate: number