Comunica
    Preparing search index...

    Type Alias IteratorCounters

    type IteratorCounters = {
        count: number;
        timeLife: number;
        timeSelf: number;
    }
    Index

    Properties

    count: number

    The number of elements produced.

    timeLife: number

    The time between creation and ending.

    timeSelf: number

    The total time spent within _read and read.