Schema for view functions definition.

interface DesignDocumentViewsMapReduce {
    map: string;
    reduce?: string;
}

Properties

Properties

map: string

JavaScript map function as a string.

reduce?: string

JavaScript reduce function as a string.

Generated using TypeDoc