UNPKG

@configurator/ravendb

Version:
14 lines 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IndexQueryBase = void 0; const TypeUtil_1 = require("../../Utility/TypeUtil"); class IndexQueryBase { constructor() { this.pageSize = TypeUtil_1.TypeUtil.MAX_INT32; } get pageSizeSet() { return !TypeUtil_1.TypeUtil.isNullOrUndefined(this.pageSize); } } exports.IndexQueryBase = IndexQueryBase; //# sourceMappingURL=IndexQueryBase.js.map