UNPKG

@configurator/ravendb

Version:
11 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectionStats = void 0; class CollectionStats { constructor() { this.documentLag = -1; this.tombstoneLag = -1; } } exports.CollectionStats = CollectionStats; //# sourceMappingURL=IndexStats.js.map