类的使用
com.baidubce.services.bos.model.PartETag
-
使用PartETag的程序包 程序包 说明 com.baidubce.services.bos com.baidubce.services.bos.demo com.baidubce.services.bos.model -
-
com.baidubce.services.bos中PartETag的使用
类型变量类型为PartETag的com.baidubce.services.bos中的方法参数 修饰符和类型 方法 说明 CompleteMultipartUploadResponseBosClient. completeMultipartUpload(String bucketName, String key, String uploadId, List<PartETag> partETags)Completes a multipart upload by assembling previously uploaded parts.CompleteMultipartUploadResponseBosClient. completeMultipartUpload(String bucketName, String key, String uploadId, List<PartETag> partETags, ObjectMetadata metadata)Completes a multipart upload by assembling previously uploaded parts.booleanBosClient. uploadFilePart(PutSuperObjectRequest putSuperObjectRequest, int partNum, List<PartETag> partETags) -
com.baidubce.services.bos.demo中PartETag的使用
返回变量类型为PartETag的类型的com.baidubce.services.bos.demo中的方法 修饰符和类型 方法 说明 static List<PartETag>MultipartUploadDemo. uploadPart(BosClient client, String uploadId)类型变量类型为PartETag的com.baidubce.services.bos.demo中的方法参数 修饰符和类型 方法 说明 static voidMultipartUploadDemo. completePart(BosClient client, String uploadId, List<PartETag> partETags) -
com.baidubce.services.bos.model中PartETag的使用
返回PartETag的com.baidubce.services.bos.model中的方法 修饰符和类型 方法 说明 PartETagUploadPartCopyResponse. getPartETag()Returns an identifier which identifies the upload part by its part number and the entity tag computed from the part's data.PartETagUploadPartResponse. getPartETag()Returns an identifier which identifies the upload part by its part number and the entity tag computed from the part's data.PartETagPartETag. withETag(String eTag)Sets the entity tag generated from the content of the associated part, and returns this updated PartETag object so that additional method calls can be chained together.PartETagPartETag. withPartNumber(int partNumber)Sets the part number of the associated part, and returns this updated PartETag object so that additional method calls can be chained together.返回变量类型为PartETag的类型的com.baidubce.services.bos.model中的方法 修饰符和类型 方法 说明 List<PartETag>CompleteMultipartUploadRequest. getPartETags()Returns the list of part numbers and ETags that identify the individual parts of the multipart upload to complete.类型变量类型为PartETag的com.baidubce.services.bos.model中的方法参数 修饰符和类型 方法 说明 voidCompleteMultipartUploadRequest. setPartETags(List<PartETag> partETags)Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete.CompleteMultipartUploadRequestCompleteMultipartUploadRequest. withPartETags(List<PartETag> partETags)Sets the list of part numbers and ETags that identify the individual parts of the multipart upload to complete, and returns this updated CompleteMultipartUploadRequest object so that additional method calls can be chained.类型变量类型为PartETag的com.baidubce.services.bos.model中的构造器参数 构造器 说明 CompleteMultipartUploadRequest(String bucketName, String key, String uploadId, List<PartETag> partETags)Constructs a new request to complete a multipart upload.CompleteMultipartUploadRequest(String bucketName, String key, String uploadId, List<PartETag> partETags, ObjectMetadata objectMetadata)Constructs a new request to complete a multipart upload.
-