@configurator/ravendb
Version:
RavenDB client for Node.js
10 lines (9 loc) • 403 B
TypeScript
import { IndexDefinition } from "./IndexDefinition";
import { AbstractGenericIndexCreationTask } from "./AbstractGenericIndexCreationTask";
export declare class AbstractCsharpMultiMapIndexCreationTask extends AbstractGenericIndexCreationTask {
private maps;
reduce: string;
get isMapReduce(): boolean;
protected addMap(map: string): void;
createIndexDefinition(): IndexDefinition;
}