Class DesignDocumentViewsMapReduce

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DesignDocumentViewsMapReduce
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for view functions definition.
    • Method Detail

      • map

        public String map()
        Gets the map. JavaScript map function as a string.
        Returns:
        the map
      • reduce

        public String reduce()
        Gets the reduce. JavaScript reduce function as a string.
        Returns:
        the reduce