Class QueryIndex

java.lang.Object
com.couchbase.lite.QueryIndex

public class QueryIndex extends Object
QueryIndex object represents an existing index in the collection.
  • Method Details

    • getCollection

      @NonNull public Collection getCollection()
      The collection object.
      Returns:
      the collection to which this index belongs.
    • getName

      @NonNull public String getName()
      The name of the index.
      Returns:
      the name of the index.