@InterfaceStability.Experimental @InterfaceAudience.Public public interface CreateIndexPath extends Path
Starting path of the Index creation DSL.
Modifier and Type | Method and Description |
---|---|
OnPath |
create(String indexName)
Create a secondary index.
|
OnPrimaryPath |
createPrimary()
Create a primary index.
|
OnPath create(String indexName)
Create a secondary index.
indexName
- the name of the secondary index to be created. It will automatically be escaped.OnPrimaryPath createPrimary()
Create a primary index.
Copyright © 2014 Couchbase, Inc.