ravendb
Version:
RavenDB client for Node.js
14 lines • 625 B
TypeScript
import { IndexDefinition } from "./IndexDefinition.js";
import { AbstractGenericIndexCreationTask } from "./AbstractGenericIndexCreationTask.js";
export declare class AbstractCsharpMultiMapIndexCreationTask extends AbstractGenericIndexCreationTask {
private maps;
reduce: string;
/**
* Gets a value indicating whether this instance is map reduce index definition
* @return if index is of type: Map/Reduce
*/
get isMapReduce(): boolean;
protected addMap(map: string): void;
createIndexDefinition(): IndexDefinition;
}
//# sourceMappingURL=AbstractCsharpMultiMapIndexCreationTask.d.ts.map