Interface UsingWithPath
-
- All Known Subinterfaces:
WherePath
- All Known Implementing Classes:
DefaultUsingWithPath,DefaultWherePath
@Experimental @Public public interface UsingWithPath extends WithPath
Using path of the Index creation DSL.- Since:
- 2.2
- Author:
- Simon Baslé
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WithPathusing(IndexType type)Describes what kind of index to create.-
Methods inherited from interface com.couchbase.client.java.query.dsl.path.index.WithPath
withDefer, withDeferAndNode, withDeferAndNodes, withDeferAndNodes, withNode, withNodes, withNodes
-
-