firewalk
    Preparing search index...

    Interface TraversalResult

    Represents an object that contains the details of a traversal.

    interface TraversalResult {
        batchCount: number;
        docCount: number;
    }
    Index

    Properties

    Properties

    batchCount: number

    The number of batches that have been retrieved in this traversal.

    docCount: number

    The number of documents that have been retrieved in this traversal.