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
Methods inherited from interface com.couchbase.client.java.query.dsl.path.index.WithPath
withDefer, withDeferAndNode, withDeferAndNodes, withDeferAndNodes, withNode, withNodes, withNodes
-
Method Details
-
using
Describes what kind of index to create.- Parameters:
type
- the type of index to create.
-