Interface CoreCreateQueryIndexSharedOptions
-
- All Known Subinterfaces:
CoreCreatePrimaryQueryIndexOptions,CoreCreateQueryIndexOptions
@Internal public interface CoreCreateQueryIndexSharedOptions
Allows customizing how a query primary index is created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreCommonOptionscommonOptions()Booleandeferred()booleanignoreIfExists()IntegernumReplicas()CoreScopeAndCollectionscopeAndCollection()Map<String,Object>with()
-