Class PartitionedIndexesDetailedInformation

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

public class PartitionedIndexesDetailedInformation extends com.ibm.cloud.sdk.core.service.model.GenericModel
Number of partitioned indexes by type.
  • 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 indexes of search type.
      Returns:
      the search
    • getView

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