Class PartitionInformationIndexesIndexes

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.PartitionInformationIndexesIndexes
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class PartitionInformationIndexesIndexes extends com.ibm.cloud.sdk.core.service.model.GenericModel
The count breakdown of partitioned indexes.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the search.
    Gets the view.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getSearch

      public Long getSearch()
      Gets the search. Number of partitioned search indexes.
      Returns:
      the search
    • getView

      public Long getView()
      Gets the view. Number of partitioned view indexes.
      Returns:
      the view