Skip to content
Snippets Groups Projects
Commit 985faddb authored by cramakri's avatar cramakri
Browse files

MINOR : Document configuration parameters that affect the...

MINOR : Document configuration parameters that affect the getDownloadUrlForFileForDataSetWithTimeout method

SVN: 28579
parent e31861fe
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,9 @@ public interface IDssServiceRpcGeneric extends IRpcService
* @param sessionToken The session token
* @param fileOrFolder The file or folder to retrieve
* @param validityDurationInSeconds The number of seconds for which the download URL should be
* valid.
* valid. The validity is clipped to the durations defined in the properties
* <i>data-stream-timeout</i> and <i>data-stream-max-timeout</i>, which default
* to 5 seconds and 4 hours, respectively.
* @throws IOExceptionUnchecked Thrown if an IOException occurs when listing the files
* @throws IllegalArgumentException Thrown if the dataSetCode or startPath are not valid
* @since 1.7
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment