public final class PersistableUpload extends PersistableTransfer
Constructor and Description |
---|
PersistableUpload() |
PersistableUpload(String bucketName,
String key,
String file,
String multipartUploadId,
long partSize,
long mutlipartUploadThreshold) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Returns the name of the bucket.
|
String |
getFile()
Returns the file name along with path which needs to be uploaded to Qcloud COS.
|
String |
getKey()
Returns the name of the object.
|
String |
getMultipartUploadId()
Returns the multi part upload id.
|
long |
getMutlipartUploadThreshold()
Returns the upper threshold for file size after which multipart upload is used..
|
long |
getPartSize()
Returns the part size to be used in multi part upload.
|
String |
getPauseType() |
deserializeFrom, deserializeFrom, serialize, serialize
public String getBucketName()
public String getKey()
public String getMultipartUploadId()
public long getPartSize()
public long getMutlipartUploadThreshold()
public String getFile()
public String getPauseType()
Copyright © 2024. All rights reserved.