Class MultiPartUploadInfo


  • public class MultiPartUploadInfo
    extends Object
    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.

    This class is read-only for API consumers - instances are created internally and provided via Result callbacks. Users should not attempt to instantiate this class directly.