Interface CoreCreateQueryIndexOptions
-
@Internal public interface CoreCreateQueryIndexOptions
Allows customizing how a query index is created.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreCommonOptionscommonOptions()booleanignoreIfExists()CoreScopeAndCollectionscopeAndCollection()Map<String,Object>with()
-
-
-
Method Detail
-
ignoreIfExists
boolean ignoreIfExists()
-
scopeAndCollection
@Nullable CoreScopeAndCollection scopeAndCollection()
-
commonOptions
CoreCommonOptions commonOptions()
-
-