ravendb
Version:
RavenDB client for Node.js
10 lines • 446 B
TypeScript
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