UNPKG

ravendb

Version:
11 lines 258 B
export class CollectionStats { lastProcessedDocumentEtag; lastProcessedTombstoneEtag; documentLag; tombstoneLag; constructor() { this.documentLag = -1; this.tombstoneLag = -1; } } //# sourceMappingURL=IndexStats.js.map