Type alias IndexListOptions

IndexListOptions: {
    withHidden?: boolean;
    withStats?: boolean;
}

Type declaration

  • Optional withHidden?: boolean

    If set to true, includes indexes that are not yet fully built but are in the building phase.

    Default: false.

  • Optional withStats?: boolean

    If set to true, includes additional information about each index.

    Default: false