UNPKG

ravendb

Version:
20 lines 588 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShardingConventions = void 0; class ShardingConventions { _conventions; _batchBehavior; get batchBehavior() { return this._batchBehavior; } set batchBehavior(value) { this._conventions._assertNotFrozen(); this._batchBehavior = value; } constructor(conventions) { this._conventions = conventions; this._batchBehavior = "Default"; } } exports.ShardingConventions = ShardingConventions; //# sourceMappingURL=ShardingConventions.js.map