Class IndexReference

java.lang.Object
com.couchbase.client.java.query.dsl.path.index.IndexReference

@Experimental
@Public
public class IndexReference
extends Object
IndexReference wraps an index name and an index type (with the `USING GSI|VIEW` syntax).
Since:
2.2
Author:
Simon Baslé
See Also:
indexRef(String), indexRef(String, IndexType)