nvCOMP Deflate implementation: level of compression 0

Hi,
I am debugging my code and following the documentation of zlib, it is possible to set the level of compression to 0. In that case, the output shall be the same as the input. It is possible to do the same thing in the deflate implementation? I am using the C++ API nvcomp::DeflateManager, and it seems not that is quite absurd.