public class AppendObjectRequest extends PutObjectRequest
CosDataSource.Utils| 构造器和说明 |
|---|
AppendObjectRequest(String bucketName,
String key,
File file) |
AppendObjectRequest(String bucketName,
String key,
InputStream input) |
AppendObjectRequest(String bucketName,
String key,
InputStream input,
ObjectMetadata metadata) |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getPosition() |
void |
setPosition(Long position) |
AppendObjectRequest |
withPosition(Long position) |
clone, withAccessControlList, withBucketName, withCannedAcl, withFile, withInputStream, withKey, withMetadata, withRedirectLocation, withSSECOSKeyManagementParams, withSSECustomerKey, withStorageClass, withStorageClasscopyPutObjectBaseTo, getAccessControlList, getBucketName, getCannedAcl, getFile, getInputStream, getKey, getMetadata, getPicOperations, getRedirectLocation, getSSECOSKeyManagementParams, getSSECustomerKey, getStorageClass, getTrafficLimit, setAccessControlList, setBucketName, setCannedAcl, setFile, setInputStream, setKey, setMetadata, setPicOperations, setRedirectLocation, setSSECOSKeyManagementParams, setSSECustomerKey, setStorageClass, setStorageClass, setTrafficLimitcopyBaseTo, getCloneRoot, getCloneSource, getCosCredentials, getCustomQueryParameters, getCustomRequestHeaders, getFixedEndpointAddr, getGeneralProgressListener, getReadLimit, getRequestClientOptions, putCustomQueryParameter, putCustomRequestHeader, setCosCredentials, setFixedEndpointAddr, setGeneralProgressListener, withGeneralProgressListenerpublic AppendObjectRequest(String bucketName, String key, InputStream input)
public AppendObjectRequest(String bucketName, String key, InputStream input, ObjectMetadata metadata)
public Long getPosition()
public void setPosition(Long position)
public AppendObjectRequest withPosition(Long position)
Copyright © 2021. All rights reserved.