Interface TraversalResult

Represents an object that contains the details of a traversal.

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

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.

Generated using TypeDoc