Type alias IndexStatsNamespaceSummary

IndexStatsNamespaceSummary: {
    recordCount: number;
}

A count of the number of records found inside a namespace

Type declaration

  • recordCount: number

    The number of records in the namespace.