allowDiskUse

fun allowDiskUse(allowDiskUse: Boolean?): FindFlow<T>

Enables writing to temporary files on the server. When set to true, the server can write temporary data to disk while executing the find operation.

This option is sent only if the caller explicitly sets it to true.

Return

this

Parameters

allowDiskUse

the allowDiskUse