Class MultiPartUploadInfo


  • public class MultiPartUploadInfo
    extends Object
    This is an internal class and not meant to be used by the end users of the filesystem API. The consequences of using this class directly in client code is not guaranteed and maybe undesirable. This class packages and mimics certain important attributes of a multi-part upload operation. The attributes of this class are in one-one correspondence to those specified in the GPUdb.uploadFiles(List, List, Map) endpoint.
    • Constructor Detail

      • MultiPartUploadInfo

        public MultiPartUploadInfo()
        Default constructor
    • Method Detail

      • getUuid

        public String getUuid()
      • setUuid

        public void setUuid​(String uuid)
      • getUploadPartNumber

        public int getUploadPartNumber()
      • setUploadPartNumber

        public void setUploadPartNumber​(int uploadPartNumber)
      • getTotalParts

        public long getTotalParts()
      • setTotalParts

        public void setTotalParts​(long totalParts)
      • getFileName

        public String getFileName()
      • setFileName

        public void setFileName​(String fileName)