Class GetAllQueryIndexesOptions

    • Method Detail

      • getAllQueryIndexesOptions

        public static GetAllQueryIndexesOptions getAllQueryIndexesOptions()
        Creates a new instance with default values.
        Returns:
        the instantiated default options.
      • scopeName

        @Uncommitted
        public GetAllQueryIndexesOptions scopeName​(String scopeName)
        Sets the scope name for this query management operation.

        If the scope name is set but the collectionName(String) (String)} is not, then all indexes within a scope (for all the collections inside) will be returned.

        Parameters:
        scopeName - the name of the scope.
        Returns:
        this options class for chaining purposes.
      • collectionName

        @Uncommitted
        public GetAllQueryIndexesOptions collectionName​(String collectionName)
        Sets the collection name for this query management operation.

        Please note that if the collection name is set, the scopeName(String) must also be set.

        Parameters:
        collectionName - the name of the collection.
        Returns:
        this options class for chaining purposes.