All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.gesellix.couchdb.model.NonReducedViewQueryResponse Maven / Gradle / Ivy

The newest version!
package de.gesellix.couchdb.model;

public interface NonReducedViewQueryResponse> extends ViewQueryResponse {

  /**
   * Available when not reduced
   */
  Integer getOffset();

  /**
   * Available when not reduced
   */
  Integer getTotalRows();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy