Class FastDownloadSessionOptions

  • All Implemented Interfaces:
    java.io.Serializable

    @JsonObject("dss.dto.datasetfile.fastdownload.FastDownloadSessionOptions")
    public class FastDownloadSessionOptions
    extends java.lang.Object
    implements java.io.Serializable
    Options for fast downloading.
    See Also:
    Serialized Form
    • Constructor Detail

      • FastDownloadSessionOptions

        public FastDownloadSessionOptions()
    • Method Detail

      • getWishedNumberOfStreams

        public java.lang.Integer getWishedNumberOfStreams()
      • withWishedNumberOfStreams

        public FastDownloadSessionOptions withWishedNumberOfStreams​(java.lang.Integer wishedNumberOfStreams)
        Sets the wished number of streams for parallel downloading. The actual number can be less than the wished number.
        Parameters:
        wishedNumberOfStreams - can be null if there is no wish (default behavior)
        Returns:
        this instance.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object