UNPKG

ravendb

Version:
10 lines 446 B
import { DocumentConventions } from "./DocumentConventions.js"; import { ShardedBatchBehavior } from "../Session/ShardedBatchBehavior.js"; export declare class ShardingConventions { private readonly _conventions; private _batchBehavior; get batchBehavior(): ShardedBatchBehavior; set batchBehavior(value: ShardedBatchBehavior); constructor(conventions: DocumentConventions); } //# sourceMappingURL=ShardingConventions.d.ts.map