Interface CoreWatchQueryIndexesOptions
-
@Internal public interface CoreWatchQueryIndexesOptions
Allows customizing how the query indexes are watched.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoreCommonOptionscommonOptions()CoreScopeAndCollectionscopeAndCollection()booleanwatchPrimary()
-
-
-
Method Detail
-
watchPrimary
boolean watchPrimary()
-
scopeAndCollection
@Nullable CoreScopeAndCollection scopeAndCollection()
-
commonOptions
CoreCommonOptions commonOptions()
-
-