UNPKG

ravendb

Version:
22 lines 628 B
import { QueryResultBase } from "./QueryResultBase.js"; export class GenericQueryResult extends QueryResultBase { totalResults; /** * The total results for the query, taking into account the * offset / limit clauses for this query */ cappedMaxResults; skippedResults; scannedResults; highlightings; explanations; durationInMs; scoreExplanations; timingsInMs; /** * @deprecated ResultSize is not supported anymore. Will be removed in next major version of the product. */ resultSize; timeSeriesFields; } //# sourceMappingURL=GenericQueryResult.js.map