Interface WherePath

    • Method Detail

      • where

        UsingWithPath where​(Expression filterExpression)
        Adds filtering clause to the secondary index creation.
        Parameters:
        filterExpression - the expression to use for index filtering.
      • where

        UsingWithPath where​(String filterExpression)
        Adds filtering clause to the secondary index creation.
        Parameters:
        filterExpression - the expression to use for index filtering.