Class MultipartConfiguration

    • Method Detail

      • thresholdInBytes

        public Long thresholdInBytes()
        Indicates the value of the configured threshold, in bytes. Any request whose size is less than the configured value will not use multipart operation
        Returns:
        the value of the configured threshold.
      • minimumPartSizeInBytes

        public Long minimumPartSizeInBytes()
        Indicated the size, in bytes, of each individual part of the part requests. The actual part size used might be bigger to conforms to the maximum number of parts allowed per multipart requests.
        Returns:
        the value of the configured part size.
      • apiCallBufferSizeInBytes

        public Long apiCallBufferSizeInBytes()
        The maximum memory, in bytes, that the SDK will use to buffer requests content into memory.
        Returns:
        the value of the configured maximum memory usage.