ravendb
Version:
RavenDB client for Node.js
11 lines • 756 B
TypeScript
import { CountersIndexDefinition } from "./CountersIndexDefinition.js";
import { AbstractIndexDefinitionBuilder } from "../AbstractIndexDefinitionBuilder.js";
import { DocumentConventions } from "../../Conventions/DocumentConventions.js";
export declare class CountersIndexDefinitionBuilder extends AbstractIndexDefinitionBuilder<CountersIndexDefinition> {
map: string;
constructor(indexName?: string);
protected _newIndexDefinition(): CountersIndexDefinition;
toIndexDefinition(conventions: DocumentConventions, validateMap?: boolean): CountersIndexDefinition;
protected _toIndexDefinition(indexDefinition: CountersIndexDefinition, conventions: DocumentConventions): void;
}
//# sourceMappingURL=CountersIndexDefinitionBuilder.d.ts.map