Package com.ibm.cloud.cloudant.v1.model
Class SelectorHint
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.SelectorHint
- All Implemented Interfaces:
 ObjectModel
Schema for extra information on the selector.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionGets the indexableFields.getType()Gets the type.Gets the unindexableFields.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString 
- 
Method Details
- 
getIndexableFields
Gets the indexableFields. A list of fields in the given selector that can be used to restrict the query.- Returns:
 - the indexableFields
 
 - 
getType
Gets the type. A type of the index.- Returns:
 - the type
 
 - 
getUnindexableFields
Gets the unindexableFields. A list of fields in the given selector that can't be used to restrict the query.- Returns:
 - the unindexableFields
 
 
 -