Interface IOlapConnectionFilter


  • public interface IOlapConnectionFilter
    This interface can be implemented to modify the connection properties before a connection is made.
    • Method Detail

      • filterProperties

        void filterProperties​(Properties properties)
        Will be called before opening an olap connection. Note that 'user' and 'password' properties might get overridden downstream if they have been set when creating the connection with the IOlapService.
        Parameters:
        properties - Properties used for the connection.